#AA3AD3

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

Shades of Dark Orchid #AA3AD3

Tints of Dark Orchid #AA3AD3

Color information

#AA3AD3 (or 0xAA3AD3) is unknown color: approx Dark Orchid. HEX triplet: AA, 3A and D3. RGB value is (170,58,211). Sum of RGB (Red+Green+Blue) = 170+58+211=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA3AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AD3 is #55C52C. Grayscale: #6C6C6C. Windows color (decimal): -5621037 or 13843114. OLE color: 13843114.

HSL color Cylindrical-coordinate representation of color #AA3AD3: hue angle of 283.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3AD3 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17058211-
CMYK0.190.7300.17
HSL283.92º63.49%52.75%-
HSV(B)283.92º72.51%82.75%-
XYZ29.8516.2863.2-
YUV108.93185.61171.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=38.72%
G=13.21%
B=48.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170582110.190.7300.17283.9263.4952.75
HexAA3AD3134901111c3f35
Octal25272323231110214347765
Binary1010101011101011010011100111001001010001100011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AD3; }

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

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

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

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

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

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

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

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