Html Css Color HEX #AA1784 Medium Violet Red

📋 copy color: '#AA1784'

red 170 ◦ green 23 ◦ blue 132

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

Shades of Medium Violet Red #AA1784

Tints of Medium Violet Red #AA1784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 52.31%
G = 7.08%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA1784 (or 0xAA1784) is known color: Medium Violet Red. HEX triplet: AA, 17 and 84. RGB value is (170,23,132). Sum of RGB (Red+Green+Blue) = 170+23+132=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1784 is #55E87B. Grayscale: #4F4F4F. Windows color (decimal): -5630076 or 8656810. OLE color: 8656810.

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

Color convert

RGB 170 23 132 -
CMYK 0 0.86 0.22 0.33
HSL 315.51º 0.76% 0.38% -
HSV(B) 315.51º 0.86% 0.67% -
XYZ 21.05 10.82 22.81 -
YUV 79.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 170 23 132 0 0.86 0.22 0.33 315.51 0.76 0.38
Hex AA 17 84 0 56 16 21 13C 4C 26
Octal 252 27 204 0 126 26 41 474 114 46
Binary 10101010 10111 10000100 0 1010110 10110 100001 100111100 1001100 100110

Color Harmonies of #AA1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1784

Black with #AA1784

Text Example


Text Example

White with #AA1784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1784; }

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

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

background-color css

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

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

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

border-color css

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

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

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