Html Css Color HEX #AC22CE Dark Orchid

📋 copy color: '#AC22CE'

red 172 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #AC22CE

Tints of Dark Orchid #AC22CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

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

R = 41.75%
G = 8.25%
B = 50%

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

#AC22CE (or 0xAC22CE) is known color: Dark Orchid. HEX triplet: AC, 22 and CE. RGB value is (172,34,206). Sum of RGB (Red+Green+Blue) = 172+34+206=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22CE is #53DD31. Grayscale: #5E5E5E. Windows color (decimal): -5496114 or 13509292. OLE color: 13509292.

HSL color Cylindrical-coordinate representation of color #AC22CE: hue angle of 288.14º degrees, saturation: 0.72, 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 #AC22CE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 34 206 -
CMYK 0.17 0.83 0 0.19
HSL 288.14º 0.72% 0.47% -
HSV(B) 288.14º 0.83% 0.81% -
XYZ 28.73 14.37 59.65 -
YUV 94.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 172 34 206 0.17 0.83 0 0.19 288.14 0.72 0.47
Hex AC 22 CE 11 53 0 13 120 48 2F
Octal 254 42 316 21 123 0 23 440 110 57
Binary 10101100 100010 11001110 10001 1010011 0 10011 100100000 1001000 101111

Color Harmonies of #AC22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22CE

Black with #AC22CE

Text Example


Text Example

White with #AC22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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