#AA3EBD

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

Shades of Dark Orchid #AA3EBD

Tints of Dark Orchid #AA3EBD

Color information

#AA3EBD (or 0xAA3EBD) is unknown color: approx Dark Orchid. HEX triplet: AA, 3E and BD. RGB value is (170,62,189). Sum of RGB (Red+Green+Blue) = 170+62+189=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA3EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EBD is #55C142. Grayscale: #6C6C6C. Windows color (decimal): -5620035 or 12402346. OLE color: 12402346.

HSL color Cylindrical-coordinate representation of color #AA3EBD: hue angle of 291.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3EBD is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17062189-
CMYK0.100.6700.26
HSL291.02º50.6%49.22%-
HSV(B)291.02º67.2%74.12%-
XYZ27.4915.6749.72-
YUV108.77173.28171.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 62 (24.61% from 255) = 14.73%
BLUE value IS 189 (74.22% from 255) = 44.89%
R=40.38%
G=14.73%
B=44.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170621890.100.6700.26291.0250.649.22
HexAA3EBDA4301A1233331
Octal25276275121030324436361
Binary101010101111101011110110101000011011010100100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3EBD; }

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

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

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

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

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

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

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

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