#AA3ECD

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

Shades of Dark Orchid #AA3ECD

Tints of Dark Orchid #AA3ECD

Color information

#AA3ECD (or 0xAA3ECD) is unknown color: approx Dark Orchid. HEX triplet: AA, 3E and CD. RGB value is (170,62,205). Sum of RGB (Red+Green+Blue) = 170+62+205=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ECD is #55C132. Grayscale: #6E6E6E. Windows color (decimal): -5620019 or 13450922. OLE color: 13450922.

HSL color Cylindrical-coordinate representation of color #AA3ECD: hue angle of 285.31º 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 #AA3ECD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17062205-
CMYK0.170.7000.20
HSL285.31º58.85%52.35%-
HSV(B)285.31º69.76%80.39%-
XYZ29.3216.459.38-
YUV110.59181.28170.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=38.90%
G=14.19%
B=46.91%

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
Decimal170622050.170.7000.20285.3158.8552.35
HexAA3ECD114601411d3b34
Octal25276315211060244357364
Binary1010101011111011001101100011000110010100100011101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3ECD; }

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

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

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

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

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

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

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

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