Html Css Color HEX #AB3CC6 Dark Orchid

📋 copy color: '#AB3CC6'

red 171 ◦ green 60 ◦ blue 198

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

Shades of Dark Orchid #AB3CC6

Tints of Dark Orchid #AB3CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.99%

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

R = 39.86%
G = 13.99%
B = 46.15%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB3CC6 (or 0xAB3CC6) is known color: Dark Orchid. HEX triplet: AB, 3C and C6. RGB value is (171,60,198). Sum of RGB (Red+Green+Blue) = 171+60+198=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB3CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CC6 is #54C339. Grayscale: #6C6C6C. Windows color (decimal): -5555002 or 12991659. OLE color: 12991659.

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

Color convert

RGB 171 60 198 -
CMYK 0.14 0.70 0 0.22
HSL 288.26º 0.55% 0.51% -
HSV(B) 288.26º 0.7% 0.78% -
XYZ 28.6 15.97 55 -
YUV 108.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 171 60 198 0.14 0.70 0 0.22 288.26 0.55 0.51
Hex AB 3C C6 E 46 0 16 120 37 33
Octal 253 74 306 16 106 0 26 440 67 63
Binary 10101011 111100 11000110 1110 1000110 0 10110 100100000 110111 110011

Color Harmonies of #AB3CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CC6

Black with #AB3CC6

Text Example


Text Example

White with #AB3CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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