Html Css Color HEX #AA4295 Medium Red Violet

📋 copy color: '#AA4295'

red 170 ◦ green 66 ◦ blue 149

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

Shades of Medium Red Violet #AA4295

Tints of Medium Red Violet #AA4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 44.16%
G = 17.14%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA4295 (or 0xAA4295) is known color: Medium Red Violet. HEX triplet: AA, 42 and 95. RGB value is (170,66,149). Sum of RGB (Red+Green+Blue) = 170+66+149=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4295 is #55BD6A. Grayscale: #6A6A6A. Windows color (decimal): -5619051 or 9781930. OLE color: 9781930.

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

Color convert

RGB 170 66 149 -
CMYK 0 0.61 0.12 0.33
HSL 312.12º 0.44% 0.46% -
HSV(B) 312.12º 0.61% 0.67% -
XYZ 23.95 14.61 29.99 -
YUV 106.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 170 66 149 0 0.61 0.12 0.33 312.12 0.44 0.46
Hex AA 42 95 0 3D C 21 138 2C 2E
Octal 252 102 225 0 75 14 41 470 54 56
Binary 10101010 1000010 10010101 0 111101 1100 100001 100111000 101100 101110

Color Harmonies of #AA4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4295

Black with #AA4295

Text Example


Text Example

White with #AA4295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4295; }

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

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

background-color css

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

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

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

border-color css

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

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

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