#AA0FB7

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

Shades of Dark Violet #AA0FB7

Tints of Dark Violet #AA0FB7

Color information

#AA0FB7 (or 0xAA0FB7) is unknown color: approx Dark Violet. HEX triplet: AA, 0F and B7. RGB value is (170,15,183). Sum of RGB (Red+Green+Blue) = 170+15+183=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA0FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FB7 is #55F048. Grayscale: #4F4F4F. Windows color (decimal): -5632073 or 11997098. OLE color: 11997098.

HSL color Cylindrical-coordinate representation of color #AA0FB7: hue angle of 295.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FB7 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17015183-
CMYK0.070.9200.28
HSL295.36º84.85%38.82%-
HSV(B)295.36º91.8%71.76%-
XYZ25.312.3145.84-
YUV80.5185.85191.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=46.20%
G=4.08%
B=49.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170151830.070.9200.28295.3684.8538.82
HexAAFB775C01C1275527
Octal25217267713403444712547
Binary1010101011111011011111110111000111001001001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0FB7; }

 p { color: rgb(170,15,183); }

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

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

 a { background-color: rgb(170,15,183); }

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

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

 span { border-color: rgb(170,15,183); }

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