#AA09BE

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

Shades of Dark Violet #AA09BE

Tints of Dark Violet #AA09BE

Color information

#AA09BE (or 0xAA09BE) is unknown color: approx Dark Violet. HEX triplet: AA, 09 and BE. RGB value is (170,9,190). Sum of RGB (Red+Green+Blue) = 170+9+190=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09BE is #55F641. Grayscale: #4D4D4D. Windows color (decimal): -5633602 or 12454314. OLE color: 12454314.

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

Color convert

RGB1709190-
CMYK0.110.9500.25
HSL293.37º90.95%39.02%-
HSV(B)293.37º95.26%74.51%-
XYZ25.9712.4649.75-
YUV77.77191.34193.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 9 (3.91% from 255) = 2.44%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=46.07%
G=2.44%
B=51.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17091900.110.9500.25293.3790.9539.02
HexAA9BEB5F0191255b27
Octal252112761313703144513347
Binary10101010100110111110101110111110110011001001011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA09BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA09BE; }

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

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

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

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

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

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

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

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