Html Css Color HEX #AA1F86 Medium Red Violet

📋 copy color: '#AA1F86'

red 170 ◦ green 31 ◦ blue 134

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

Shades of Medium Red Violet #AA1F86

Tints of Medium Red Violet #AA1F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

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

R = 50.75%
G = 9.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA1F86 (or 0xAA1F86) is known color: Medium Red Violet. HEX triplet: AA, 1F and 86. RGB value is (170,31,134). Sum of RGB (Red+Green+Blue) = 170+31+134=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F86 is #55E079. Grayscale: #545454. Windows color (decimal): -5628026 or 8789930. OLE color: 8789930.

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

Color convert

RGB 170 31 134 -
CMYK 0 0.82 0.21 0.33
HSL 315.54º 0.69% 0.39% -
HSV(B) 315.54º 0.82% 0.67% -
XYZ 21.37 11.25 23.6 -
YUV 84.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 170 31 134 0 0.82 0.21 0.33 315.54 0.69 0.39
Hex AA 1F 86 0 52 15 21 13C 45 27
Octal 252 37 206 0 122 25 41 474 105 47
Binary 10101010 11111 10000110 0 1010010 10101 100001 100111100 1000101 100111

Color Harmonies of #AA1F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F86

Black with #AA1F86

Text Example


Text Example

White with #AA1F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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