Html Css Color HEX #AA4485 Medium Red Violet

📋 copy color: '#AA4485'

red 170 ◦ green 68 ◦ blue 133

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

Shades of Medium Red Violet #AA4485

Tints of Medium Red Violet #AA4485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

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

R = 45.82%
G = 18.33%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA4485 (or 0xAA4485) is known color: Medium Red Violet. HEX triplet: AA, 44 and 85. RGB value is (170,68,133). Sum of RGB (Red+Green+Blue) = 170+68+133=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4485 is #55BB7A. Grayscale: #696969. Windows color (decimal): -5618555 or 8733866. OLE color: 8733866.

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

Color convert

RGB 170 68 133 -
CMYK 0 0.6 0.22 0.33
HSL 321.76º 0.43% 0.47% -
HSV(B) 321.76º 0.6% 0.67% -
XYZ 22.88 14.37 23.76 -
YUV 105.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 170 68 133 0 0.6 0.22 0.33 321.76 0.43 0.47
Hex AA 44 85 0 3C 16 21 142 2B 2F
Octal 252 104 205 0 74 26 41 502 53 57
Binary 10101010 1000100 10000101 0 111100 10110 100001 101000010 101011 101111

Color Harmonies of #AA4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4485

Black with #AA4485

Text Example


Text Example

White with #AA4485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4485; }

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

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

background-color css

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

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

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

border-color css

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

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

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