Html Css Color HEX #AA0D8F Medium Violet Red

📋 copy color: '#AA0D8F'

red 170 ◦ green 13 ◦ blue 143

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

Shades of Medium Violet Red #AA0D8F

Tints of Medium Violet Red #AA0D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 52.15%
G = 3.99%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA0D8F (or 0xAA0D8F) is known color: Medium Violet Red. HEX triplet: AA, 0D and 8F. RGB value is (170,13,143). Sum of RGB (Red+Green+Blue) = 170+13+143=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D8F is #55F270. Grayscale: #4A4A4A. Windows color (decimal): -5632625 or 9375146. OLE color: 9375146.

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

Color convert

RGB 170 13 143 -
CMYK 0 0.92 0.16 0.33
HSL 310.32º 0.86% 0.36% -
HSV(B) 310.32º 0.92% 0.67% -
XYZ 21.68 10.82 26.93 -
YUV 74.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 170 13 143 0 0.92 0.16 0.33 310.32 0.86 0.36
Hex AA D 8F 0 5C 10 21 136 56 24
Octal 252 15 217 0 134 20 41 466 126 44
Binary 10101010 1101 10001111 0 1011100 10000 100001 100110110 1010110 100100

Color Harmonies of #AA0D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D8F

Black with #AA0D8F

Text Example


Text Example

White with #AA0D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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