Html Css Color HEX #AA1A95 Medium Violet Red

📋 copy color: '#AA1A95'

red 170 ◦ green 26 ◦ blue 149

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

Shades of Medium Violet Red #AA1A95

Tints of Medium Violet Red #AA1A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.54%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 49.28%
G = 7.54%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA1A95 (or 0xAA1A95) is known color: Medium Violet Red. HEX triplet: AA, 1A and 95. RGB value is (170,26,149). Sum of RGB (Red+Green+Blue) = 170+26+149=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1A95 is #55E56A. Grayscale: #525252. Windows color (decimal): -5629291 or 9771690. OLE color: 9771690.

HSL color Cylindrical-coordinate representation of color #AA1A95: hue angle of 308.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A95 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 149 -
CMYK 0 0.85 0.12 0.33
HSL 308.75º 0.73% 0.38% -
HSV(B) 308.75º 0.85% 0.67% -
XYZ 22.37 11.45 29.47 -
YUV 83.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 170 26 149 0 0.85 0.12 0.33 308.75 0.73 0.38
Hex AA 1A 95 0 55 C 21 135 49 26
Octal 252 32 225 0 125 14 41 465 111 46
Binary 10101010 11010 10010101 0 1010101 1100 100001 100110101 1001001 100110

Color Harmonies of #AA1A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A95

Black with #AA1A95

Text Example


Text Example

White with #AA1A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A95; }

 p { color: rgb(170,26,149); }

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

background-color css

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

 a { background-color: rgb(170,26,149); }

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

border-color css

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

 span { border-color: rgb(170,26,149); }

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