Html Css Color HEX #AA0F82 Medium Violet Red

📋 copy color: '#AA0F82'

red 170 ◦ green 15 ◦ blue 130

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

Shades of Medium Violet Red #AA0F82

Tints of Medium Violet Red #AA0F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 53.97%
G = 4.76%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA0F82 (or 0xAA0F82) is known color: Medium Violet Red. HEX triplet: AA, 0F and 82. RGB value is (170,15,130). Sum of RGB (Red+Green+Blue) = 170+15+130=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F82 is #55F07D. Grayscale: #4A4A4A. Windows color (decimal): -5632126 or 8523690. OLE color: 8523690.

HSL color Cylindrical-coordinate representation of color #AA0F82: hue angle of 315.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F82 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 130 -
CMYK 0 0.91 0.24 0.33
HSL 315.48º 0.84% 0.36% -
HSV(B) 315.48º 0.91% 0.67% -
XYZ 20.78 10.5 22.05 -
YUV 74.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 170 15 130 0 0.91 0.24 0.33 315.48 0.84 0.36
Hex AA F 82 0 5B 18 21 13B 54 24
Octal 252 17 202 0 133 30 41 473 124 44
Binary 10101010 1111 10000010 0 1011011 11000 100001 100111011 1010100 100100

Color Harmonies of #AA0F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F82

Black with #AA0F82

Text Example


Text Example

White with #AA0F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F82; }

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

 H1.HeaderClassName
 {
   color: #AA0F82;
 }
 .AnyTagClassName
 {
   color: #AA0F82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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