#AB39C6

Color #AB39C6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AB39C6

Tints of Dark Orchid #AB39C6

Color information

#AB39C6 (or 0xAB39C6) is unknown color: approx Dark Orchid. HEX triplet: AB, 39 and C6. RGB value is (171,57,198). Sum of RGB (Red+Green+Blue) = 171+57+198=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB39C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB39C6 is #54C639. Grayscale: #6A6A6A. Windows color (decimal): -5555770 or 12990891. OLE color: 12990891.

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

Color convert

RGB17157198-
CMYK0.140.7100.22
HSL288.51º55.29%50%-
HSV(B)288.51º71.21%77.65%-
XYZ28.4515.6654.95-
YUV107.16179.27173.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 57 (22.66% from 255) = 13.38%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=40.14%
G=13.38%
B=46.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171571980.140.7100.22288.5155.2950
HexAB39C6E470161213732
Octal25371306161070264416762
Binary101010111110011100011011101000111010110100100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB39C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB39C6; }

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

 H1.HeaderClassName
 {
   color: #AB39C6;
 }
 .AnyTagClassName
 {
   color: #AB39C6;
 }
</style>
background-color css

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

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

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

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

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

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