Html Css Color HEX #AA3F85 Medium Red Violet

📋 copy color: '#AA3F85'

red 170 ◦ green 63 ◦ blue 133

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

Shades of Medium Red Violet #AA3F85

Tints of Medium Red Violet #AA3F85

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

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

R = 46.45%
G = 17.21%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA3F85 (or 0xAA3F85) is known color: Medium Red Violet. HEX triplet: AA, 3F and 85. RGB value is (170,63,133). Sum of RGB (Red+Green+Blue) = 170+63+133=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F85 is #55C07A. Grayscale: #666666. Windows color (decimal): -5619835 or 8732586. OLE color: 8732586.

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

Color convert

RGB 170 63 133 -
CMYK 0 0.63 0.22 0.33
HSL 320.75º 0.46% 0.46% -
HSV(B) 320.75º 0.63% 0.67% -
XYZ 22.59 13.79 23.66 -
YUV 102.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 170 63 133 0 0.63 0.22 0.33 320.75 0.46 0.46
Hex AA 3F 85 0 3F 16 21 141 2E 2E
Octal 252 77 205 0 77 26 41 501 56 56
Binary 10101010 111111 10000101 0 111111 10110 100001 101000001 101110 101110

Color Harmonies of #AA3F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F85

Black with #AA3F85

Text Example


Text Example

White with #AA3F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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