Html Css Color HEX #AA3185 Medium Red Violet

📋 copy color: '#AA3185'

red 170 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #AA3185

Tints of Medium Red Violet #AA3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

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

R = 48.3%
G = 13.92%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA3185 (or 0xAA3185) is known color: Medium Red Violet. HEX triplet: AA, 31 and 85. RGB value is (170,49,133). Sum of RGB (Red+Green+Blue) = 170+49+133=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3185 is #55CE7A. Grayscale: #5E5E5E. Windows color (decimal): -5623419 or 8729002. OLE color: 8729002.

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

Color convert

RGB 170 49 133 -
CMYK 0 0.71 0.22 0.33
HSL 318.35º 0.55% 0.43% -
HSV(B) 318.35º 0.71% 0.67% -
XYZ 21.91 12.44 23.44 -
YUV 94.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 170 49 133 0 0.71 0.22 0.33 318.35 0.55 0.43
Hex AA 31 85 0 47 16 21 13E 37 2B
Octal 252 61 205 0 107 26 41 476 67 53
Binary 10101010 110001 10000101 0 1000111 10110 100001 100111110 110111 101011

Color Harmonies of #AA3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3185

Black with #AA3185

Text Example


Text Example

White with #AA3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3185; }

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

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

background-color css

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

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

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

border-color css

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

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

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