Html Css Color HEX #AA3983 Medium Red Violet

📋 copy color: '#AA3983'

red 170 ◦ green 57 ◦ blue 131

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

Shades of Medium Red Violet #AA3983

Tints of Medium Red Violet #AA3983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 47.49%
G = 15.92%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA3983 (or 0xAA3983) is known color: Medium Red Violet. HEX triplet: AA, 39 and 83. RGB value is (170,57,131). Sum of RGB (Red+Green+Blue) = 170+57+131=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3983 is #55C67C. Grayscale: #636363. Windows color (decimal): -5621373 or 8599978. OLE color: 8599978.

HSL color Cylindrical-coordinate representation of color #AA3983: hue angle of 320.71º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3983 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 57 131 -
CMYK 0 0.66 0.23 0.33
HSL 320.71º 0.5% 0.45% -
HSV(B) 320.71º 0.66% 0.67% -
XYZ 22.14 13.11 22.84 -
YUV 99.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 170 57 131 0 0.66 0.23 0.33 320.71 0.5 0.45
Hex AA 39 83 0 42 17 21 141 32 2D
Octal 252 71 203 0 102 27 41 501 62 55
Binary 10101010 111001 10000011 0 1000010 10111 100001 101000001 110010 101101

Color Harmonies of #AA3983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3983

Black with #AA3983

Text Example


Text Example

White with #AA3983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3983; }

 p { color: rgb(170,57,131); }

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

background-color css

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

 a { background-color: rgb(170,57,131); }

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

border-color css

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

 span { border-color: rgb(170,57,131); }

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