Html Css Color HEX #AA2075 Medium Red Violet

📋 copy color: '#AA2075'

red 170 ◦ green 32 ◦ blue 117

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

Shades of Medium Red Violet #AA2075

Tints of Medium Red Violet #AA2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 53.29%
G = 10.03%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA2075 (or 0xAA2075) is known color: Medium Red Violet. HEX triplet: AA, 20 and 75. RGB value is (170,32,117). Sum of RGB (Red+Green+Blue) = 170+32+117=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2075 is #55DF8A. Grayscale: #525252. Windows color (decimal): -5627787 or 7676074. OLE color: 7676074.

HSL color Cylindrical-coordinate representation of color #AA2075: hue angle of 323.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2075 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 117 -
CMYK 0 0.81 0.31 0.33
HSL 323.04º 0.68% 0.4% -
HSV(B) 323.04º 0.81% 0.67% -
XYZ 20.3 10.86 17.86 -
YUV 82.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 170 32 117 0 0.81 0.31 0.33 323.04 0.68 0.4
Hex AA 20 75 0 51 1F 21 143 44 28
Octal 252 40 165 0 121 37 41 503 104 50
Binary 10101010 100000 1110101 0 1010001 11111 100001 101000011 1000100 101000

Color Harmonies of #AA2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2075

Black with #AA2075

Text Example


Text Example

White with #AA2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2075; }

 p { color: rgb(170,32,117); }

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

background-color css

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

 a { background-color: rgb(170,32,117); }

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

border-color css

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

 span { border-color: rgb(170,32,117); }

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