#AA3FD8

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

Shades of Dark Orchid #AA3FD8

Tints of Dark Orchid #AA3FD8

Color information

#AA3FD8 (or 0xAA3FD8) is unknown color: approx Dark Orchid. HEX triplet: AA, 3F and D8. RGB value is (170,63,216). Sum of RGB (Red+Green+Blue) = 170+63+216=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA3FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FD8 is #55C027. Grayscale: #6F6F6F. Windows color (decimal): -5619752 or 14172074. OLE color: 14172074.

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

Color convert

RGB17063216-
CMYK0.210.7100.15
HSL281.96º66.23%54.71%-
HSV(B)281.96º70.83%84.71%-
XYZ30.7517.0666.64-
YUV112.44186.45169.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=37.86%
G=14.03%
B=48.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170632160.210.7100.15281.9666.2354.71
HexAA3FD815470F11a4237
Octal252773302510701743210267
Binary1010101011111111011000101011000111011111000110101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3FD8; }

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

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

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

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

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

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

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

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