Html Css Color HEX #AA0B7F Medium Violet Red

📋 copy color: '#AA0B7F'

red 170 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #AA0B7F

Tints of Medium Violet Red #AA0B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

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

R = 55.19%
G = 3.57%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0B7F (or 0xAA0B7F) is known color: Medium Violet Red. HEX triplet: AA, 0B and 7F. RGB value is (170,11,127). Sum of RGB (Red+Green+Blue) = 170+11+127=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B7F is #55F480. Grayscale: #474747. Windows color (decimal): -5633153 or 8326058. OLE color: 8326058.

HSL color Cylindrical-coordinate representation of color #AA0B7F: hue angle of 316.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B7F is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 11 127 -
CMYK 0 0.94 0.25 0.33
HSL 316.23º 0.88% 0.35% -
HSV(B) 316.23º 0.94% 0.67% -
XYZ 20.53 10.32 20.99 -
YUV 71.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 170 11 127 0 0.94 0.25 0.33 316.23 0.88 0.35
Hex AA B 7F 0 5E 19 21 13C 58 23
Octal 252 13 177 0 136 31 41 474 130 43
Binary 10101010 1011 1111111 0 1011110 11001 100001 100111100 1011000 100011

Color Harmonies of #AA0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B7F

Black with #AA0B7F

Text Example


Text Example

White with #AA0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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