#AA3ABD

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

Shades of Dark Orchid #AA3ABD

Tints of Dark Orchid #AA3ABD

Color information

#AA3ABD (or 0xAA3ABD) is unknown color: approx Dark Orchid. HEX triplet: AA, 3A and BD. RGB value is (170,58,189). Sum of RGB (Red+Green+Blue) = 170+58+189=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA3ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABD is #55C542. Grayscale: #6A6A6A. Windows color (decimal): -5621059 or 12401322. OLE color: 12401322.

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

Color convert

RGB17058189-
CMYK0.100.6900.26
HSL291.3º53.04%48.43%-
HSV(B)291.3º69.31%74.12%-
XYZ27.2815.2549.65-
YUV106.42174.61173.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=40.77%
G=13.91%
B=45.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170581890.100.6900.26291.353.0448.43
HexAA3ABDA4501A1233530
Octal25272275121050324436560
Binary101010101110101011110110101000101011010100100011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3ABD; }

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

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

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

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

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

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

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

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