Html Css Color HEX #AC24CC Dark Orchid

📋 copy color: '#AC24CC'

red 172 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #AC24CC

Tints of Dark Orchid #AC24CC

RGB

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

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

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

R = 41.75%
G = 8.74%
B = 49.51%

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

#AC24CC (or 0xAC24CC) is known color: Dark Orchid. HEX triplet: AC, 24 and CC. RGB value is (172,36,204). Sum of RGB (Red+Green+Blue) = 172+36+204=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC24CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24CC is #53DB33. Grayscale: #5F5F5F. Windows color (decimal): -5495604 or 13378732. OLE color: 13378732.

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

Color convert

RGB 172 36 204 -
CMYK 0.16 0.82 0 0.2
HSL 288.57º 0.7% 0.47% -
HSV(B) 288.57º 0.82% 0.8% -
XYZ 28.54 14.39 58.4 -
YUV 95.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 172 36 204 0.16 0.82 0 0.2 288.57 0.7 0.47
Hex AC 24 CC 10 52 0 14 121 46 2F
Octal 254 44 314 20 122 0 24 441 106 57
Binary 10101100 100100 11001100 10000 1010010 0 10100 100100001 1000110 101111

Color Harmonies of #AC24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24CC

Black with #AC24CC

Text Example


Text Example

White with #AC24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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