Html Css Color HEX #AB24B7 Dark Orchid

📋 copy color: '#AB24B7'

red 171 ◦ green 36 ◦ blue 183

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

Shades of Dark Orchid #AB24B7

Tints of Dark Orchid #AB24B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 43.85%
G = 9.23%
B = 46.92%

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

#AB24B7 (or 0xAB24B7) is known color: Dark Orchid. HEX triplet: AB, 24 and B7. RGB value is (171,36,183). Sum of RGB (Red+Green+Blue) = 171+36+183=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB24B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24B7 is #54DB48. Grayscale: #5C5C5C. Windows color (decimal): -5561161 or 12002475. OLE color: 12002475.

HSL color Cylindrical-coordinate representation of color #AB24B7: hue angle of 295.1º 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 #AB24B7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 36 183 -
CMYK 0.07 0.80 0 0.28
HSL 295.1º 0.67% 0.43% -
HSV(B) 295.1º 0.8% 0.72% -
XYZ 25.97 13.34 46.01 -
YUV 93.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 171 36 183 0.07 0.80 0 0.28 295.1 0.67 0.43
Hex AB 24 B7 7 50 0 1C 127 43 2B
Octal 253 44 267 7 120 0 34 447 103 53
Binary 10101011 100100 10110111 111 1010000 0 11100 100100111 1000011 101011

Color Harmonies of #AB24B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24B7

Black with #AB24B7

Text Example


Text Example

White with #AB24B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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