Html Css Color HEX #AA0486 Medium Violet Red

📋 copy color: '#AA0486'

red 170 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #AA0486

Tints of Medium Violet Red #AA0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 55.19%
G = 1.3%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0486 (or 0xAA0486) is known color: Medium Violet Red. HEX triplet: AA, 04 and 86. RGB value is (170,4,134). Sum of RGB (Red+Green+Blue) = 170+4+134=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0486 is #55FB79. Grayscale: #444444. Windows color (decimal): -5634938 or 8783018. OLE color: 8783018.

HSL color Cylindrical-coordinate representation of color #AA0486: hue angle of 313.01º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0486 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 134 -
CMYK 0 0.98 0.21 0.33
HSL 313.01º 0.95% 0.34% -
HSV(B) 313.01º 0.98% 0.67% -
XYZ 20.92 10.35 23.45 -
YUV 68.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 170 4 134 0 0.98 0.21 0.33 313.01 0.95 0.34
Hex AA 4 86 0 62 15 21 139 5F 22
Octal 252 4 206 0 142 25 41 471 137 42
Binary 10101010 100 10000110 0 1100010 10101 100001 100111001 1011111 100010

Color Harmonies of #AA0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0486

Black with #AA0486

Text Example


Text Example

White with #AA0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0486; }

 p { color: rgb(170,4,134); }

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

background-color css

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

 a { background-color: rgb(170,4,134); }

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

border-color css

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

 span { border-color: rgb(170,4,134); }

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