Html Css Color HEX #AA0C82 Medium Violet Red

📋 copy color: '#AA0C82'

red 170 ◦ green 12 ◦ blue 130

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

Shades of Medium Violet Red #AA0C82

Tints of Medium Violet Red #AA0C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 54.49%
G = 3.85%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA0C82 (or 0xAA0C82) is known color: Medium Violet Red. HEX triplet: AA, 0C and 82. RGB value is (170,12,130). Sum of RGB (Red+Green+Blue) = 170+12+130=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C82 is #55F37D. Grayscale: #484848. Windows color (decimal): -5632894 or 8522922. OLE color: 8522922.

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

Color convert

RGB 170 12 130 -
CMYK 0 0.93 0.24 0.33
HSL 315.19º 0.87% 0.36% -
HSV(B) 315.19º 0.93% 0.67% -
XYZ 20.74 10.42 22.04 -
YUV 72.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 170 12 130 0 0.93 0.24 0.33 315.19 0.87 0.36
Hex AA C 82 0 5D 18 21 13B 57 24
Octal 252 14 202 0 135 30 41 473 127 44
Binary 10101010 1100 10000010 0 1011101 11000 100001 100111011 1010111 100100

Color Harmonies of #AA0C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C82

Black with #AA0C82

Text Example


Text Example

White with #AA0C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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