Html Css Color HEX #AB3EC6 Dark Orchid

📋 copy color: '#AB3EC6'

red 171 ◦ green 62 ◦ blue 198

#AB3EC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB3EC6

Tints of Dark Orchid #AB3EC6

RGB

 RED value IS 171 (67.19% from 255) = 39.68%

 GREEN value IS 62 (24.61% from 255) = 14.39%

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 39.68%
G = 14.39%
B = 45.94%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB3EC6 (or 0xAB3EC6) is known color: Dark Orchid. HEX triplet: AB, 3E and C6. RGB value is (171,62,198). Sum of RGB (Red+Green+Blue) = 171+62+198=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB3EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EC6 is #54C139. Grayscale: #6D6D6D. Windows color (decimal): -5554490 or 12992171. OLE color: 12992171.

HSL color Cylindrical-coordinate representation of color #AB3EC6: hue angle of 288.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3EC6 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 62 198 -
CMYK 0.14 0.69 0 0.22
HSL 288.09º 0.54% 0.51% -
HSV(B) 288.09º 0.69% 0.78% -
XYZ 28.71 16.18 55.04 -
YUV 110.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 171 62 198 0.14 0.69 0 0.22 288.09 0.54 0.51
Hex AB 3E C6 E 45 0 16 120 36 33
Octal 253 76 306 16 105 0 26 440 66 63
Binary 10101011 111110 11000110 1110 1000101 0 10110 100100000 110110 110011

Color Harmonies of #AB3EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EC6

Black with #AB3EC6

Text Example


Text Example

White with #AB3EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EC6; }

 p { color: rgb(171,62,198); }

 H1.HeaderClassName
 {
   color: #AB3EC6;
 }
 .AnyTagClassName
 {
   color: #AB3EC6;
 }
</style>

background-color css

<style>
 a { background-color: #AB3EC6; }

 a { background-color: rgb(171,62,198); }

 div.DivClassName
 {
   background-color: #AB3EC6;
 }
 .BgClassName
 {
   background-color: #AB3EC6;
 }
</style>

border-color css

<style>
 span { border-color: #AB3EC6; }

 span { border-color: rgb(171,62,198); }

 td.TdClassName
 {
   border-color: #AB3EC6;
 }
 .TagClassName
 {
   border-color: #AB3EC6;
 }
</style>