#AA21CC

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

Shades of Dark Orchid #AA21CC

Tints of Dark Orchid #AA21CC

Color information

#AA21CC (or 0xAA21CC) is unknown color: approx Dark Orchid. HEX triplet: AA, 21 and CC. RGB value is (170,33,204). Sum of RGB (Red+Green+Blue) = 170+33+204=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21CC is #55DE33. Grayscale: #5C5C5C. Windows color (decimal): -5627444 or 13377962. OLE color: 13377962.

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

Color convert

RGB17033204-
CMYK0.170.8400.2
HSL288.07º72.15%46.47%-
HSV(B)288.07º83.82%80%-
XYZ28.0213.9958.35-
YUV93.46190.39182.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=41.77%
G=8.11%
B=50.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170332040.170.8400.2288.0772.1546.47
HexAA21CC1154014120482e
Octal252413142112402444011056
Binary10101010100001110011001000110101000101001001000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA21CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA21CC; }

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

 H1.HeaderClassName
 {
   color: #AA21CC;
 }
 .AnyTagClassName
 {
   color: #AA21CC;
 }
</style>
background-color css

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

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

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

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

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

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