Html Css Color HEX #AC24CB Dark Orchid

📋 copy color: '#AC24CB'

red 172 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #AC24CB

Tints of Dark Orchid #AC24CB

RGB

 RED value IS 172 (67.58% from 255) = 41.85%

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

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

R = 41.85%
G = 8.76%
B = 49.39%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC24CB (or 0xAC24CB) is known color: Dark Orchid. HEX triplet: AC, 24 and CB. RGB value is (172,36,203). Sum of RGB (Red+Green+Blue) = 172+36+203=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24CB is #53DB34. Grayscale: #5F5F5F. Windows color (decimal): -5495605 or 13313196. OLE color: 13313196.

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

Color convert

RGB 172 36 203 -
CMYK 0.15 0.82 0 0.20
HSL 288.86º 0.7% 0.47% -
HSV(B) 288.86º 0.82% 0.8% -
XYZ 28.42 14.34 57.77 -
YUV 95.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 172 36 203 0.15 0.82 0 0.20 288.86 0.7 0.47
Hex AC 24 CB F 52 0 14 121 46 2F
Octal 254 44 313 17 122 0 24 441 106 57
Binary 10101100 100100 11001011 1111 1010010 0 10100 100100001 1000110 101111

Color Harmonies of #AC24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24CB

Black with #AC24CB

Text Example


Text Example

White with #AC24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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