Html Css Color HEX #AA0F7C Medium Violet Red

📋 copy color: '#AA0F7C'

red 170 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #AA0F7C

Tints of Medium Violet Red #AA0F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 55.02%
G = 4.85%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA0F7C (or 0xAA0F7C) is known color: Medium Violet Red. HEX triplet: AA, 0F and 7C. RGB value is (170,15,124). Sum of RGB (Red+Green+Blue) = 170+15+124=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F7C is #55F083. Grayscale: #494949. Windows color (decimal): -5632132 or 8130474. OLE color: 8130474.

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

Color convert

RGB 170 15 124 -
CMYK 0 0.91 0.27 0.33
HSL 317.81º 0.84% 0.36% -
HSV(B) 317.81º 0.91% 0.67% -
XYZ 20.39 10.34 19.99 -
YUV 73.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 170 15 124 0 0.91 0.27 0.33 317.81 0.84 0.36
Hex AA F 7C 0 5B 1B 21 13E 54 24
Octal 252 17 174 0 133 33 41 476 124 44
Binary 10101010 1111 1111100 0 1011011 11011 100001 100111110 1010100 100100

Color Harmonies of #AA0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F7C

Black with #AA0F7C

Text Example


Text Example

White with #AA0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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