Html Css Color HEX #AA0A8D Medium Violet Red

📋 copy color: '#AA0A8D'

red 170 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #AA0A8D

Tints of Medium Violet Red #AA0A8D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 52.96%
G = 3.12%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA0A8D (or 0xAA0A8D) is known color: Medium Violet Red. HEX triplet: AA, 0A and 8D. RGB value is (170,10,141). Sum of RGB (Red+Green+Blue) = 170+10+141=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A8D is #55F572. Grayscale: #484848. Windows color (decimal): -5633395 or 9243306. OLE color: 9243306.

HSL color Cylindrical-coordinate representation of color #AA0A8D: hue angle of 310.88º degrees, saturation: 0.89, 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 #AA0A8D is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 10 141 -
CMYK 0 0.94 0.17 0.33
HSL 310.88º 0.89% 0.35% -
HSV(B) 310.88º 0.94% 0.67% -
XYZ 21.49 10.69 26.13 -
YUV 72.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 170 10 141 0 0.94 0.17 0.33 310.88 0.89 0.35
Hex AA A 8D 0 5E 11 21 137 59 23
Octal 252 12 215 0 136 21 41 467 131 43
Binary 10101010 1010 10001101 0 1011110 10001 100001 100110111 1011001 100011

Color Harmonies of #AA0A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A8D

Black with #AA0A8D

Text Example


Text Example

White with #AA0A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A8D; }

 p { color: rgb(170,10,141); }

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

background-color css

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

 a { background-color: rgb(170,10,141); }

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

border-color css

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

 span { border-color: rgb(170,10,141); }

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