#AB24B9

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

Shades of Dark Orchid #AB24B9

Tints of Dark Orchid #AB24B9

Color information

#AB24B9 (or 0xAB24B9) is unknown color: approx Dark Orchid. HEX triplet: AB, 24 and B9. RGB value is (171,36,185). Sum of RGB (Red+Green+Blue) = 171+36+185=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB24B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24B9 is #54DB46. Grayscale: #5C5C5C. Windows color (decimal): -5561159 or 12133547. OLE color: 12133547.

HSL color Cylindrical-coordinate representation of color #AB24B9: hue angle of 294.36º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB24B9 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17136185-
CMYK0.080.8100.27
HSL294.36º67.42%43.33%-
HSV(B)294.36º80.54%72.55%-
XYZ26.1813.4247.11-
YUV93.35179.73183.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 36 (14.45% from 255) = 9.18%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=43.62%
G=9.18%
B=47.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171361850.080.8100.27294.3667.4243.33
HexAB24B985101B126432b
Octal253442711012103344610353
Binary1010101110010010111001100010100010110111001001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB24B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB24B9; }

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

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

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

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

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

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

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

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