Html Css Color HEX #AA0D7E Medium Violet Red

📋 copy color: '#AA0D7E'

red 170 ◦ green 13 ◦ blue 126

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

Shades of Medium Violet Red #AA0D7E

Tints of Medium Violet Red #AA0D7E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

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

R = 55.02%
G = 4.21%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA0D7E (or 0xAA0D7E) is known color: Medium Violet Red. HEX triplet: AA, 0D and 7E. RGB value is (170,13,126). Sum of RGB (Red+Green+Blue) = 170+13+126=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D7E is #55F281. Grayscale: #484848. Windows color (decimal): -5632642 or 8261034. OLE color: 8261034.

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

Color convert

RGB 170 13 126 -
CMYK 0 0.92 0.26 0.33
HSL 316.82º 0.86% 0.36% -
HSV(B) 316.82º 0.92% 0.67% -
XYZ 20.49 10.34 20.65 -
YUV 72.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 170 13 126 0 0.92 0.26 0.33 316.82 0.86 0.36
Hex AA D 7E 0 5C 1A 21 13D 56 24
Octal 252 15 176 0 134 32 41 475 126 44
Binary 10101010 1101 1111110 0 1011100 11010 100001 100111101 1010110 100100

Color Harmonies of #AA0D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D7E

Black with #AA0D7E

Text Example


Text Example

White with #AA0D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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