Html Css Color HEX #AA3584 Medium Red Violet

📋 copy color: '#AA3584'

red 170 ◦ green 53 ◦ blue 132

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

Shades of Medium Red Violet #AA3584

Tints of Medium Red Violet #AA3584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 47.89%
G = 14.93%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA3584 (or 0xAA3584) is known color: Medium Red Violet. HEX triplet: AA, 35 and 84. RGB value is (170,53,132). Sum of RGB (Red+Green+Blue) = 170+53+132=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3584 is #55CA7B. Grayscale: #606060. Windows color (decimal): -5622396 or 8664490. OLE color: 8664490.

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

Color convert

RGB 170 53 132 -
CMYK 0 0.69 0.22 0.33
HSL 319.49º 0.52% 0.44% -
HSV(B) 319.49º 0.69% 0.67% -
XYZ 22.02 12.76 23.13 -
YUV 96.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 170 53 132 0 0.69 0.22 0.33 319.49 0.52 0.44
Hex AA 35 84 0 45 16 21 13F 34 2C
Octal 252 65 204 0 105 26 41 477 64 54
Binary 10101010 110101 10000100 0 1000101 10110 100001 100111111 110100 101100

Color Harmonies of #AA3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3584

Black with #AA3584

Text Example


Text Example

White with #AA3584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3584; }

 p { color: rgb(170,53,132); }

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

background-color css

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

 a { background-color: rgb(170,53,132); }

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

border-color css

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

 span { border-color: rgb(170,53,132); }

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