Html Css Color HEX #AA4084 Medium Red Violet

📋 copy color: '#AA4084'

red 170 ◦ green 64 ◦ blue 132

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

Shades of Medium Red Violet #AA4084

Tints of Medium Red Violet #AA4084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 46.45%
G = 17.49%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA4084 (or 0xAA4084) is known color: Medium Red Violet. HEX triplet: AA, 40 and 84. RGB value is (170,64,132). Sum of RGB (Red+Green+Blue) = 170+64+132=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4084 is #55BF7B. Grayscale: #676767. Windows color (decimal): -5619580 or 8667306. OLE color: 8667306.

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

Color convert

RGB 170 64 132 -
CMYK 0 0.62 0.22 0.33
HSL 321.51º 0.45% 0.46% -
HSV(B) 321.51º 0.62% 0.67% -
XYZ 22.58 13.88 23.32 -
YUV 103.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 170 64 132 0 0.62 0.22 0.33 321.51 0.45 0.46
Hex AA 40 84 0 3E 16 21 142 2D 2E
Octal 252 100 204 0 76 26 41 502 55 56
Binary 10101010 1000000 10000100 0 111110 10110 100001 101000010 101101 101110

Color Harmonies of #AA4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4084

Black with #AA4084

Text Example


Text Example

White with #AA4084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4084; }

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

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

background-color css

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

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

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

border-color css

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

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

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