Html Css Color HEX #AA3982 Medium Red Violet

📋 copy color: '#AA3982'

red 170 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #AA3982

Tints of Medium Red Violet #AA3982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 47.62%
G = 15.97%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA3982 (or 0xAA3982) is known color: Medium Red Violet. HEX triplet: AA, 39 and 82. RGB value is (170,57,130). Sum of RGB (Red+Green+Blue) = 170+57+130=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3982 is #55C67D. Grayscale: #626262. Windows color (decimal): -5621374 or 8534442. OLE color: 8534442.

HSL color Cylindrical-coordinate representation of color #AA3982: hue angle of 321.24º 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 #AA3982 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 57 130 -
CMYK 0 0.66 0.24 0.33
HSL 321.24º 0.5% 0.45% -
HSV(B) 321.24º 0.66% 0.67% -
XYZ 22.07 13.08 22.48 -
YUV 99.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 170 57 130 0 0.66 0.24 0.33 321.24 0.5 0.45
Hex AA 39 82 0 42 18 21 141 32 2D
Octal 252 71 202 0 102 30 41 501 62 55
Binary 10101010 111001 10000010 0 1000010 11000 100001 101000001 110010 101101

Color Harmonies of #AA3982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3982

Black with #AA3982

Text Example


Text Example

White with #AA3982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3982; }

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

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

background-color css

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

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

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

border-color css

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

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

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