Html Css Color HEX #AA0784 Medium Violet Red

📋 copy color: '#AA0784'

red 170 ◦ green 7 ◦ blue 132

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

Shades of Medium Violet Red #AA0784

Tints of Medium Violet Red #AA0784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 55.02%
G = 2.27%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA0784 (or 0xAA0784) is known color: Medium Violet Red. HEX triplet: AA, 07 and 84. RGB value is (170,7,132). Sum of RGB (Red+Green+Blue) = 170+7+132=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0784 is #55F87B. Grayscale: #454545. Windows color (decimal): -5634172 or 8652714. OLE color: 8652714.

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

Color convert

RGB 170 7 132 -
CMYK 0 0.96 0.22 0.33
HSL 313.99º 0.92% 0.35% -
HSV(B) 313.99º 0.96% 0.67% -
XYZ 20.82 10.36 22.73 -
YUV 69.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 170 7 132 0 0.96 0.22 0.33 313.99 0.92 0.35
Hex AA 7 84 0 60 16 21 13A 5C 23
Octal 252 7 204 0 140 26 41 472 134 43
Binary 10101010 111 10000100 0 1100000 10110 100001 100111010 1011100 100011

Color Harmonies of #AA0784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0784

Black with #AA0784

Text Example


Text Example

White with #AA0784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0784; }

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

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

background-color css

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

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

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

border-color css

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

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

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