#AA3ABE

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

Shades of Dark Orchid #AA3ABE

Tints of Dark Orchid #AA3ABE

Color information

#AA3ABE (or 0xAA3ABE) is unknown color: approx Dark Orchid. HEX triplet: AA, 3A and BE. RGB value is (170,58,190). Sum of RGB (Red+Green+Blue) = 170+58+190=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABE is #55C541. Grayscale: #6A6A6A. Windows color (decimal): -5621058 or 12466858. OLE color: 12466858.

HSL color Cylindrical-coordinate representation of color #AA3ABE: hue angle of 290.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3ABE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17058190-
CMYK0.110.6900.25
HSL290.91º53.23%48.63%-
HSV(B)290.91º69.47%74.51%-
XYZ27.3815.2950.22-
YUV106.54175.11173.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 58 (23.05% from 255) = 13.88%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=40.67%
G=13.88%
B=45.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170581900.110.6900.25290.9153.2348.63
HexAA3ABEB450191233531
Octal25272276131050314436561
Binary101010101110101011111010111000101011001100100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3ABE; }

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

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

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

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

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

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

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

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