Html Css Color HEX #AC22E0 Dark Orchid

📋 copy color: '#AC22E0'

red 172 ◦ green 34 ◦ blue 224

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

Shades of Dark Orchid #AC22E0

Tints of Dark Orchid #AC22E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 40%
G = 7.91%
B = 52.09%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC22E0 (or 0xAC22E0) is known color: Dark Orchid. HEX triplet: AC, 22 and E0. RGB value is (172,34,224). Sum of RGB (Red+Green+Blue) = 172+34+224=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC22E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22E0 is #53DD1F. Grayscale: #606060. Windows color (decimal): -5496096 or 14688940. OLE color: 14688940.

HSL color Cylindrical-coordinate representation of color #AC22E0: hue angle of 283.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC22E0 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 34 224 -
CMYK 0.23 0.85 0 0.12
HSL 283.58º 0.75% 0.51% -
HSV(B) 283.58º 0.85% 0.88% -
XYZ 31.04 15.3 71.84 -
YUV 96.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 172 34 224 0.23 0.85 0 0.12 283.58 0.75 0.51
Hex AC 22 E0 17 55 0 C 11C 4B 33
Octal 254 42 340 27 125 0 14 434 113 63
Binary 10101100 100010 11100000 10111 1010101 0 1100 100011100 1001011 110011

Color Harmonies of #AC22E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22E0

Black with #AC22E0

Text Example


Text Example

White with #AC22E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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