#AA22CC

Color #AA22CC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AA22CC

Tints of Dark Orchid #AA22CC

Color information

#AA22CC (or 0xAA22CC) is unknown color: approx 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

RGB17034204-
CMYK0.170.8300.2
HSL288º71.43%46.67%-
HSV(B)288º83.33%80%-
XYZ28.0514.0558.36-
YUV94.04190.06182.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170342040.170.8300.228871.4346.67
HexAA22CC1153014120472f
Octal252423142112302444010757
Binary10101010100010110011001000110100110101001001000001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA22CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>