#AA3DD7

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

Shades of Dark Orchid #AA3DD7

Tints of Dark Orchid #AA3DD7

Color information

#AA3DD7 (or 0xAA3DD7) is unknown color: approx Dark Orchid. HEX triplet: AA, 3D and D7. RGB value is (170,61,215). Sum of RGB (Red+Green+Blue) = 170+61+215=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA3DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DD7 is #55C228. Grayscale: #6E6E6E. Windows color (decimal): -5620265 or 14106026. OLE color: 14106026.

HSL color Cylindrical-coordinate representation of color #AA3DD7: hue angle of 282.47º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3DD7 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17061215-
CMYK0.210.7200.16
HSL282.47º65.81%54.12%-
HSV(B)282.47º71.63%84.31%-
XYZ30.5116.7965.92-
YUV111.15186.61169.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 215 (84.38% from 255) = 48.21%
R=38.12%
G=13.68%
B=48.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170612150.210.7200.16282.4765.8154.12
HexAA3DD7154801011a4236
Octal252753272511002043210266
Binary10101010111101110101111010110010000100001000110101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3DD7; }

 p { color: rgb(170,61,215); }

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

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

 a { background-color: rgb(170,61,215); }

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

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

 span { border-color: rgb(170,61,215); }

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