Html Css Color HEX #AC24CE Dark Orchid

📋 copy color: '#AC24CE'

red 172 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #AC24CE

Tints of Dark Orchid #AC24CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 41.55%
G = 8.7%
B = 49.76%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC24CE (or 0xAC24CE) is known color: Dark Orchid. HEX triplet: AC, 24 and CE. RGB value is (172,36,206). Sum of RGB (Red+Green+Blue) = 172+36+206=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24CE is #53DB31. Grayscale: #5F5F5F. Windows color (decimal): -5495602 or 13509804. OLE color: 13509804.

HSL color Cylindrical-coordinate representation of color #AC24CE: hue angle of 288º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC24CE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 36 206 -
CMYK 0.17 0.83 0 0.19
HSL 288º 0.7% 0.47% -
HSV(B) 288º 0.83% 0.81% -
XYZ 28.78 14.49 59.67 -
YUV 96.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 172 36 206 0.17 0.83 0 0.19 288 0.7 0.47
Hex AC 24 CE 11 53 0 13 120 46 2F
Octal 254 44 316 21 123 0 23 440 106 57
Binary 10101100 100100 11001110 10001 1010011 0 10011 100100000 1000110 101111

Color Harmonies of #AC24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24CE

Black with #AC24CE

Text Example


Text Example

White with #AC24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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