#AA08BF

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

Shades of Dark Violet #AA08BF

Tints of Dark Violet #AA08BF

Color information

#AA08BF (or 0xAA08BF) is unknown color: approx Dark Violet. HEX triplet: AA, 08 and BF. RGB value is (170,8,191). Sum of RGB (Red+Green+Blue) = 170+8+191=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA08BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08BF is #55F740. Grayscale: #4C4C4C. Windows color (decimal): -5633857 or 12519594. OLE color: 12519594.

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

Color convert

RGB1708191-
CMYK0.110.9600.25
HSL293.11º91.96%39.02%-
HSV(B)293.11º95.81%74.9%-
XYZ26.0712.4850.33-
YUV77.3192.17194.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 191 (75% from 255) = 51.76%
R=46.07%
G=2.17%
B=51.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17081910.110.9600.25293.1191.9639.02
HexAA8BFB600191255c27
Octal252102771314003144513447
Binary10101010100010111111101111000000110011001001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA08BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA08BF; }

 p { color: rgb(170,8,191); }

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

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

 a { background-color: rgb(170,8,191); }

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

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

 span { border-color: rgb(170,8,191); }

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