Html Css Color HEX #AC21CE Dark Orchid

📋 copy color: '#AC21CE'

red 172 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #AC21CE

Tints of Dark Orchid #AC21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.03%

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

R = 41.85%
G = 8.03%
B = 50.12%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC21CE (or 0xAC21CE) is known color: Dark Orchid. HEX triplet: AC, 21 and CE. RGB value is (172,33,206). Sum of RGB (Red+Green+Blue) = 172+33+206=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21CE is #53DE31. Grayscale: #5D5D5D. Windows color (decimal): -5496370 or 13509036. OLE color: 13509036.

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

Color convert

RGB 172 33 206 -
CMYK 0.17 0.84 0 0.19
HSL 288.21º 0.72% 0.47% -
HSV(B) 288.21º 0.84% 0.81% -
XYZ 28.7 14.31 59.64 -
YUV 94.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 172 33 206 0.17 0.84 0 0.19 288.21 0.72 0.47
Hex AC 21 CE 11 54 0 13 120 48 2F
Octal 254 41 316 21 124 0 23 440 110 57
Binary 10101100 100001 11001110 10001 1010100 0 10011 100100000 1001000 101111

Color Harmonies of #AC21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21CE

Black with #AC21CE

Text Example


Text Example

White with #AC21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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