Html Css Color HEX #AB24CC Dark Orchid

📋 copy color: '#AB24CC'

red 171 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #AB24CC

Tints of Dark Orchid #AB24CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 41.61%
G = 8.76%
B = 49.64%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB24CC (or 0xAB24CC) is known color: Dark Orchid. HEX triplet: AB, 24 and CC. RGB value is (171,36,204). Sum of RGB (Red+Green+Blue) = 171+36+204=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB24CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24CC is #54DB33. Grayscale: #5E5E5E. Windows color (decimal): -5561140 or 13378731. OLE color: 13378731.

HSL color Cylindrical-coordinate representation of color #AB24CC: hue angle of 288.21º 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 #AB24CC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 36 204 -
CMYK 0.16 0.82 0 0.2
HSL 288.21º 0.7% 0.47% -
HSV(B) 288.21º 0.82% 0.8% -
XYZ 28.32 14.28 58.39 -
YUV 95.52 189.23 181.84 -
System Red Green Blue C M Y K H S L
Decimal 171 36 204 0.16 0.82 0 0.2 288.21 0.7 0.47
Hex AB 24 CC 10 52 0 14 120 46 2F
Octal 253 44 314 20 122 0 24 440 106 57
Binary 10101011 100100 11001100 10000 1010010 0 10100 100100000 1000110 101111

Color Harmonies of #AB24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24CC

Black with #AB24CC

Text Example


Text Example

White with #AB24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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