#AA21C6

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

Shades of Dark Orchid #AA21C6

Tints of Dark Orchid #AA21C6

Color information

#AA21C6 (or 0xAA21C6) is unknown color: approx Dark Orchid. HEX triplet: AA, 21 and C6. RGB value is (170,33,198). Sum of RGB (Red+Green+Blue) = 170+33+198=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA21C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21C6 is #55DE39. Grayscale: #5C5C5C. Windows color (decimal): -5627450 or 12984746. OLE color: 12984746.

HSL color Cylindrical-coordinate representation of color #AA21C6: hue angle of 289.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA21C6 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17033198-
CMYK0.140.8300.22
HSL289.82º71.43%45.29%-
HSV(B)289.82º83.33%77.65%-
XYZ27.3113.7154.63-
YUV92.77187.39183.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 198 (77.73% from 255) = 49.38%
R=42.39%
G=8.23%
B=49.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170331980.140.8300.22289.8271.4345.29
HexAA21C6E53016122472d
Octal252413061612302644210755
Binary1010101010000111000110111010100110101101001000101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA21C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA21C6; }

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

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

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

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

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

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

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

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