#AA21D8

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

Shades of Dark Orchid #AA21D8

Tints of Dark Orchid #AA21D8

Color information

#AA21D8 (or 0xAA21D8) is unknown color: approx Dark Orchid. HEX triplet: AA, 21 and D8. RGB value is (170,33,216). Sum of RGB (Red+Green+Blue) = 170+33+216=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA21D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21D8 is #55DE27. Grayscale: #5E5E5E. Windows color (decimal): -5627432 or 14164394. OLE color: 14164394.

HSL color Cylindrical-coordinate representation of color #AA21D8: hue angle of 284.92º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA21D8 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17033216-
CMYK0.210.8500.15
HSL284.92º73.49%48.82%-
HSV(B)284.92º84.72%84.71%-
XYZ29.5214.5966.23-
YUV94.82196.39181.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 33 (13.28% from 255) = 7.88%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=40.57%
G=7.88%
B=51.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170332160.210.8500.15284.9273.4948.82
HexAA21D815550F11d4931
Octal252413302512501743511161
Binary1010101010000111011000101011010101011111000111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA21D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA21D8; }

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

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

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

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

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

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

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

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