#AA3DCD

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

Shades of Dark Orchid #AA3DCD

Tints of Dark Orchid #AA3DCD

Color information

#AA3DCD (or 0xAA3DCD) is unknown color: approx Dark Orchid. HEX triplet: AA, 3D and CD. RGB value is (170,61,205). Sum of RGB (Red+Green+Blue) = 170+61+205=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DCD is #55C232. Grayscale: #6D6D6D. Windows color (decimal): -5620275 or 13450666. OLE color: 13450666.

HSL color Cylindrical-coordinate representation of color #AA3DCD: hue angle of 285.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3DCD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17061205-
CMYK0.170.7000.20
HSL285.42º59.02%52.16%-
HSV(B)285.42º70.24%80.39%-
XYZ29.2716.2959.36-
YUV110.01181.61170.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=38.99%
G=13.99%
B=47.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170612050.170.7000.20285.4259.0252.16
HexAA3DCD114601411d3b34
Octal25275315211060244357364
Binary1010101011110111001101100011000110010100100011101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3DCD; }

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

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

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

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

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

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

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

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