#AB24C0

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

Shades of Dark Orchid #AB24C0

Tints of Dark Orchid #AB24C0

Color information

#AB24C0 (or 0xAB24C0) is unknown color: approx Dark Orchid. HEX triplet: AB, 24 and C0. RGB value is (171,36,192). Sum of RGB (Red+Green+Blue) = 171+36+192=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB24C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24C0 is #54DB3F. Grayscale: #5D5D5D. Windows color (decimal): -5561152 or 12592299. OLE color: 12592299.

HSL color Cylindrical-coordinate representation of color #AB24C0: hue angle of 291.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB24C0 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17136192-
CMYK0.110.8100.25
HSL291.92º68.42%44.71%-
HSV(B)291.92º81.25%75.29%-
XYZ26.9413.7351.1-
YUV94.15183.23182.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 9.02%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=42.86%
G=9.02%
B=48.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171361920.110.8100.25291.9268.4244.71
HexAB24C0B51019124442d
Octal253443001312103144410455
Binary1010101110010011000000101110100010110011001001001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB24C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB24C0; }

 p { color: rgb(171,36,192); }

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

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

 a { background-color: rgb(171,36,192); }

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

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

 span { border-color: rgb(171,36,192); }

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