Html Css Color HEX #AA1495 Medium Violet Red

📋 copy color: '#AA1495'

red 170 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #AA1495

Tints of Medium Violet Red #AA1495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 50.15%
G = 5.9%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA1495 (or 0xAA1495) is known color: Medium Violet Red. HEX triplet: AA, 14 and 95. RGB value is (170,20,149). Sum of RGB (Red+Green+Blue) = 170+20+149=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1495 is #55EB6A. Grayscale: #4F4F4F. Windows color (decimal): -5630827 or 9770154. OLE color: 9770154.

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

Color convert

RGB 170 20 149 -
CMYK 0 0.88 0.12 0.33
HSL 308.4º 0.79% 0.37% -
HSV(B) 308.4º 0.88% 0.67% -
XYZ 22.25 11.22 29.43 -
YUV 79.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 170 20 149 0 0.88 0.12 0.33 308.4 0.79 0.37
Hex AA 14 95 0 58 C 21 134 4F 25
Octal 252 24 225 0 130 14 41 464 117 45
Binary 10101010 10100 10010101 0 1011000 1100 100001 100110100 1001111 100101

Color Harmonies of #AA1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1495

Black with #AA1495

Text Example


Text Example

White with #AA1495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1495; }

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

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

background-color css

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

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

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

border-color css

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

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

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