Html Css Color HEX #AA0C7F Medium Violet Red

📋 copy color: '#AA0C7F'

red 170 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #AA0C7F

Tints of Medium Violet Red #AA0C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 55.02%
G = 3.88%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0C7F (or 0xAA0C7F) is known color: Medium Violet Red. HEX triplet: AA, 0C and 7F. RGB value is (170,12,127). Sum of RGB (Red+Green+Blue) = 170+12+127=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C7F is #55F380. Grayscale: #484848. Windows color (decimal): -5632897 or 8326314. OLE color: 8326314.

HSL color Cylindrical-coordinate representation of color #AA0C7F: hue angle of 316.33º 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 #AA0C7F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 12 127 -
CMYK 0 0.93 0.25 0.33
HSL 316.33º 0.87% 0.36% -
HSV(B) 316.33º 0.93% 0.67% -
XYZ 20.54 10.34 20.99 -
YUV 72.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 170 12 127 0 0.93 0.25 0.33 316.33 0.87 0.36
Hex AA C 7F 0 5D 19 21 13C 57 24
Octal 252 14 177 0 135 31 41 474 127 44
Binary 10101010 1100 1111111 0 1011101 11001 100001 100111100 1010111 100100

Color Harmonies of #AA0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C7F

Black with #AA0C7F

Text Example


Text Example

White with #AA0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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