Html Css Color HEX #AA22CE Dark Orchid

📋 copy color: '#AA22CE'

red 170 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #AA22CE

Tints of Dark Orchid #AA22CE

RGB

 RED value IS 170 (66.8% from 255) = 41.46%

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

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

R = 41.46%
G = 8.29%
B = 50.24%

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

#AA22CE (or 0xAA22CE) is known color: Dark Orchid. HEX triplet: AA, 22 and CE. RGB value is (170,34,206). Sum of RGB (Red+Green+Blue) = 170+34+206=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22CE is #55DD31. Grayscale: #5D5D5D. Windows color (decimal): -5627186 or 13509290. OLE color: 13509290.

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

Color convert

RGB 170 34 206 -
CMYK 0.17 0.83 0 0.19
HSL 287.44º 0.72% 0.47% -
HSV(B) 287.44º 0.83% 0.81% -
XYZ 28.29 14.15 59.63 -
YUV 94.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 170 34 206 0.17 0.83 0 0.19 287.44 0.72 0.47
Hex AA 22 CE 11 53 0 13 11F 48 2F
Octal 252 42 316 21 123 0 23 437 110 57
Binary 10101010 100010 11001110 10001 1010011 0 10011 100011111 1001000 101111

Color Harmonies of #AA22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22CE

Black with #AA22CE

Text Example


Text Example

White with #AA22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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