#AA02BB

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

Shades of Dark Violet #AA02BB

Tints of Dark Violet #AA02BB

Color information

#AA02BB (or 0xAA02BB) is unknown color: approx Dark Violet. HEX triplet: AA, 02 and BB. RGB value is (170,2,187). Sum of RGB (Red+Green+Blue) = 170+2+187=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02BB is #55FD44. Grayscale: #484848. Windows color (decimal): -5635397 or 12255914. OLE color: 12255914.

HSL color Cylindrical-coordinate representation of color #AA02BB: hue angle of 294.49º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02BB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1702187-
CMYK0.090.9900.27
HSL294.49º97.88%37.06%-
HSV(B)294.49º98.93%73.33%-
XYZ25.5712.1848.02-
YUV73.32192.16196.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=47.35%
G=0.56%
B=52.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17021870.090.9900.27294.4997.8837.06
HexAA2BB96301B1266225
Octal25222731114303344614245
Binary101010101010111011100111000110110111001001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA02BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA02BB; }

 p { color: rgb(170,2,187); }

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

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

 a { background-color: rgb(170,2,187); }

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

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

 span { border-color: rgb(170,2,187); }

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