Html Css Color HEX #AA4A85 Medium Red Violet

📋 copy color: '#AA4A85'

red 170 ◦ green 74 ◦ blue 133

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

Shades of Medium Red Violet #AA4A85

Tints of Medium Red Violet #AA4A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 45.09%
G = 19.63%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA4A85 (or 0xAA4A85) is known color: Medium Red Violet. HEX triplet: AA, 4A and 85. RGB value is (170,74,133). Sum of RGB (Red+Green+Blue) = 170+74+133=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A85 is #55B57A. Grayscale: #6D6D6D. Windows color (decimal): -5617019 or 8735402. OLE color: 8735402.

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

Color convert

RGB 170 74 133 -
CMYK 0 0.56 0.22 0.33
HSL 323.13º 0.39% 0.48% -
HSV(B) 323.13º 0.56% 0.67% -
XYZ 23.26 15.14 23.89 -
YUV 109.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 170 74 133 0 0.56 0.22 0.33 323.13 0.39 0.48
Hex AA 4A 85 0 38 16 21 143 27 30
Octal 252 112 205 0 70 26 41 503 47 60
Binary 10101010 1001010 10000101 0 111000 10110 100001 101000011 100111 110000

Color Harmonies of #AA4A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A85

Black with #AA4A85

Text Example


Text Example

White with #AA4A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A85; }

 p { color: rgb(170,74,133); }

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

background-color css

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

 a { background-color: rgb(170,74,133); }

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

border-color css

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

 span { border-color: rgb(170,74,133); }

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