#aa00bf

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

Shades of Dark Violet #AA00BF

Tints of Dark Violet #AA00BF

Color information

#AA00BF (or 0xAA00BF) is unknown color: approx Dark Violet. HEX triplet: AA, 00 and BF. RGB value is (170,0,191). Sum of RGB (Red+Green+Blue) = 170+0+191=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00BF is #55FF40. Grayscale: #484848. Windows color (decimal): -5635905 or 12517546. OLE color: 12517546.

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

Color convert

RGB1700191-
CMYK0.11100.25
HSL293.4º100%37.45%-
HSV(B)293.4º100%74.9%-
XYZ25.9812.3150.3-
YUV72.6194.82197.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 52.91%
R=47.09%
G=0%
B=52.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17001910.11100.25293.410037.45
HexAA0BFB640191256425
Octal25202771314403144514445
Binary10101010010111111101111001000110011001001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa00bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa00bf; }

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

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

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

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

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

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

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

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