#AA3AD1

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

Shades of Dark Orchid #AA3AD1

Tints of Dark Orchid #AA3AD1

Color information

#AA3AD1 (or 0xAA3AD1) is unknown color: approx Dark Orchid. HEX triplet: AA, 3A and D1. RGB value is (170,58,209). Sum of RGB (Red+Green+Blue) = 170+58+209=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA3AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AD1 is #55C52E. Grayscale: #6C6C6C. Windows color (decimal): -5621039 or 13712042. OLE color: 13712042.

HSL color Cylindrical-coordinate representation of color #AA3AD1: hue angle of 284.5º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3AD1 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17058209-
CMYK0.190.7200.18
HSL284.5º62.14%52.35%-
HSV(B)284.5º72.25%81.96%-
XYZ29.616.1861.88-
YUV108.7184.61171.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=38.90%
G=13.27%
B=47.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170582090.190.7200.18284.562.1452.35
HexAA3AD1134801211d3e34
Octal25272321231100224357664
Binary1010101011101011010001100111001000010010100011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AD1; }

 p { color: rgb(170,58,209); }

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

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

 a { background-color: rgb(170,58,209); }

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

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

 span { border-color: rgb(170,58,209); }

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