Html Css Color HEX #AB24B8 Dark Orchid

📋 copy color: '#AB24B8'

red 171 ◦ green 36 ◦ blue 184

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

Shades of Dark Orchid #AB24B8

Tints of Dark Orchid #AB24B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.06%

R = 43.73%
G = 9.21%
B = 47.06%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB24B8 (or 0xAB24B8) is known color: Dark Orchid. HEX triplet: AB, 24 and B8. RGB value is (171,36,184). Sum of RGB (Red+Green+Blue) = 171+36+184=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB24B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24B8 is #54DB47. Grayscale: #5C5C5C. Windows color (decimal): -5561160 or 12068011. OLE color: 12068011.

HSL color Cylindrical-coordinate representation of color #AB24B8: hue angle of 294.73º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB24B8 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 36 184 -
CMYK 0.07 0.80 0 0.28
HSL 294.73º 0.67% 0.43% -
HSV(B) 294.73º 0.8% 0.72% -
XYZ 26.08 13.38 46.56 -
YUV 93.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 171 36 184 0.07 0.80 0 0.28 294.73 0.67 0.43
Hex AB 24 B8 7 50 0 1C 127 43 2B
Octal 253 44 270 7 120 0 34 447 103 53
Binary 10101011 100100 10111000 111 1010000 0 11100 100100111 1000011 101011

Color Harmonies of #AB24B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24B8

Black with #AB24B8

Text Example


Text Example

White with #AB24B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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