Html Css Color HEX #AA22CC Dark Orchid

📋 copy color: '#AA22CC'

red 170 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #AA22CC

Tints of Dark Orchid #AA22CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA22CC (or 0xAA22CC) is known color: Dark Orchid. HEX triplet: AA, 22 and CC. RGB value is (170,34,204). Sum of RGB (Red+Green+Blue) = 170+34+204=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA22CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22CC is #55DD33. Grayscale: #5D5D5D. Windows color (decimal): -5627188 or 13378218. OLE color: 13378218.

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

Color convert

RGB 170 34 204 -
CMYK 0.17 0.83 0 0.2
HSL 288º 0.71% 0.47% -
HSV(B) 288º 0.83% 0.8% -
XYZ 28.05 14.05 58.36 -
YUV 94.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 170 34 204 0.17 0.83 0 0.2 288 0.71 0.47
Hex AA 22 CC 11 53 0 14 120 47 2F
Octal 252 42 314 21 123 0 24 440 107 57
Binary 10101010 100010 11001100 10001 1010011 0 10100 100100000 1000111 101111

Color Harmonies of #AA22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA22CC

Black with #AA22CC

Text Example


Text Example

White with #AA22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA22CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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