Html Css Color HEX #AB24CE Dark Orchid

📋 copy color: '#AB24CE'

red 171 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #AB24CE

Tints of Dark Orchid #AB24CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.72%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 41.4%
G = 8.72%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB24CE (or 0xAB24CE) is known color: Dark Orchid. HEX triplet: AB, 24 and CE. RGB value is (171,36,206). Sum of RGB (Red+Green+Blue) = 171+36+206=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24CE is #54DB31. Grayscale: #5F5F5F. Windows color (decimal): -5561138 or 13509803. OLE color: 13509803.

HSL color Cylindrical-coordinate representation of color #AB24CE: hue angle of 287.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB24CE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 36 206 -
CMYK 0.17 0.83 0 0.19
HSL 287.65º 0.7% 0.47% -
HSV(B) 287.65º 0.83% 0.81% -
XYZ 28.57 14.38 59.66 -
YUV 95.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 171 36 206 0.17 0.83 0 0.19 287.65 0.7 0.47
Hex AB 24 CE 11 53 0 13 120 46 2F
Octal 253 44 316 21 123 0 23 440 106 57
Binary 10101011 100100 11001110 10001 1010011 0 10011 100100000 1000110 101111

Color Harmonies of #AB24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24CE

Black with #AB24CE

Text Example


Text Example

White with #AB24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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