Html Css Color HEX #AA0F7E Medium Violet Red

📋 copy color: '#AA0F7E'

red 170 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #AA0F7E

Tints of Medium Violet Red #AA0F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 54.66%
G = 4.82%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA0F7E (or 0xAA0F7E) is known color: Medium Violet Red. HEX triplet: AA, 0F and 7E. RGB value is (170,15,126). Sum of RGB (Red+Green+Blue) = 170+15+126=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F7E is #55F081. Grayscale: #494949. Windows color (decimal): -5632130 or 8261546. OLE color: 8261546.

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

Color convert

RGB 170 15 126 -
CMYK 0 0.91 0.26 0.33
HSL 317.03º 0.84% 0.36% -
HSV(B) 317.03º 0.91% 0.67% -
XYZ 20.51 10.39 20.66 -
YUV 74 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 170 15 126 0 0.91 0.26 0.33 317.03 0.84 0.36
Hex AA F 7E 0 5B 1A 21 13D 54 24
Octal 252 17 176 0 133 32 41 475 124 44
Binary 10101010 1111 1111110 0 1011011 11010 100001 100111101 1010100 100100

Color Harmonies of #AA0F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F7E

Black with #AA0F7E

Text Example


Text Example

White with #AA0F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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