Html Css Color HEX #AB24CB Dark Orchid

📋 copy color: '#AB24CB'

red 171 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #AB24CB

Tints of Dark Orchid #AB24CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 41.71%
G = 8.78%
B = 49.51%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB24CB (or 0xAB24CB) is known color: Dark Orchid. HEX triplet: AB, 24 and CB. RGB value is (171,36,203). Sum of RGB (Red+Green+Blue) = 171+36+203=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24CB is #54DB34. Grayscale: #5E5E5E. Windows color (decimal): -5561141 or 13313195. OLE color: 13313195.

HSL color Cylindrical-coordinate representation of color #AB24CB: hue angle of 288.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB24CB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 36 203 -
CMYK 0.16 0.82 0 0.20
HSL 288.5º 0.7% 0.47% -
HSV(B) 288.5º 0.82% 0.8% -
XYZ 28.2 14.23 57.76 -
YUV 95.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 171 36 203 0.16 0.82 0 0.20 288.5 0.7 0.47
Hex AB 24 CB 10 52 0 14 121 46 2F
Octal 253 44 313 20 122 0 24 441 106 57
Binary 10101011 100100 11001011 10000 1010010 0 10100 100100001 1000110 101111

Color Harmonies of #AB24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24CB

Black with #AB24CB

Text Example


Text Example

White with #AB24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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