Html Css Color HEX #AA1885 Medium Violet Red

📋 copy color: '#AA1885'

red 170 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #AA1885

Tints of Medium Violet Red #AA1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 51.99%
G = 7.34%
B = 40.67%

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

#AA1885 (or 0xAA1885) is known color: Medium Violet Red. HEX triplet: AA, 18 and 85. RGB value is (170,24,133). Sum of RGB (Red+Green+Blue) = 170+24+133=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1885 is #55E77A. Grayscale: #4F4F4F. Windows color (decimal): -5629819 or 8722602. OLE color: 8722602.

HSL color Cylindrical-coordinate representation of color #AA1885: hue angle of 315.21º degrees, saturation: 0.75, 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 #AA1885 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 133 -
CMYK 0 0.86 0.22 0.33
HSL 315.21º 0.75% 0.38% -
HSV(B) 315.21º 0.86% 0.67% -
XYZ 21.14 10.89 23.18 -
YUV 80.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 170 24 133 0 0.86 0.22 0.33 315.21 0.75 0.38
Hex AA 18 85 0 56 16 21 13B 4B 26
Octal 252 30 205 0 126 26 41 473 113 46
Binary 10101010 11000 10000101 0 1010110 10110 100001 100111011 1001011 100110

Color Harmonies of #AA1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1885

Black with #AA1885

Text Example


Text Example

White with #AA1885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1885; }

 p { color: rgb(170,24,133); }

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

background-color css

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

 a { background-color: rgb(170,24,133); }

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

border-color css

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

 span { border-color: rgb(170,24,133); }

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