#AA21CE

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

Shades of Dark Orchid #AA21CE

Tints of Dark Orchid #AA21CE

Color information

#AA21CE (or 0xAA21CE) is unknown color: approx Dark Orchid. HEX triplet: AA, 21 and CE. RGB value is (170,33,206). Sum of RGB (Red+Green+Blue) = 170+33+206=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21CE is #55DE31. Grayscale: #5D5D5D. Windows color (decimal): -5627442 or 13509034. OLE color: 13509034.

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

Color convert

RGB17033206-
CMYK0.170.8400.19
HSL287.51º72.38%46.86%-
HSV(B)287.51º83.98%80.78%-
XYZ28.2614.0959.62-
YUV93.68191.39182.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 33 (13.28% from 255) = 8.07%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=41.56%
G=8.07%
B=50.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170332060.170.8400.19287.5172.3846.86
HexAA21CE1154013120482f
Octal252413162112402344011057
Binary10101010100001110011101000110101000100111001000001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA21CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA21CE; }

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

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

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

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

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

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

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

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