Html Css Color HEX #AA0FB7 Dark Violet

📋 copy color: '#AA0FB7'

red 170 ◦ green 15 ◦ blue 183

#AA0FB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AA0FB7

Tints of Dark Violet #AA0FB7

RGB

 RED value IS 170 (66.8% from 255) = 46.2%

 GREEN value IS 15 (6.25% from 255) = 4.08%

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 46.2%
G = 4.08%
B = 49.73%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA0FB7 (or 0xAA0FB7) is known color: 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

RGB 170 15 183 -
CMYK 0.07 0.92 0 0.28
HSL 295.36º 0.85% 0.39% -
HSV(B) 295.36º 0.92% 0.72% -
XYZ 25.3 12.31 45.84 -
YUV 80.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 170 15 183 0.07 0.92 0 0.28 295.36 0.85 0.39
Hex AA F B7 7 5C 0 1C 127 55 27
Octal 252 17 267 7 134 0 34 447 125 47
Binary 10101010 1111 10110111 111 1011100 0 11100 100100111 1010101 100111

Color Harmonies of #AA0FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FB7

Black with #AA0FB7

Text Example


Text Example

White with #AA0FB7

Text Example


Text Example

HTML Codes & Css Web 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>