Html Css Color HEX #AA1087 Medium Violet Red

📋 copy color: '#AA1087'

red 170 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #AA1087

Tints of Medium Violet Red #AA1087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 52.96%
G = 4.98%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA1087 (or 0xAA1087) is known color: Medium Violet Red. HEX triplet: AA, 10 and 87. RGB value is (170,16,135). Sum of RGB (Red+Green+Blue) = 170+16+135=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1087 is #55EF78. Grayscale: #4B4B4B. Windows color (decimal): -5631865 or 8851626. OLE color: 8851626.

HSL color Cylindrical-coordinate representation of color #AA1087: hue angle of 313.64º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1087 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 135 -
CMYK 0 0.91 0.21 0.33
HSL 313.64º 0.83% 0.36% -
HSV(B) 313.64º 0.91% 0.67% -
XYZ 21.14 10.67 23.87 -
YUV 75.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 170 16 135 0 0.91 0.21 0.33 313.64 0.83 0.36
Hex AA 10 87 0 5B 15 21 13A 53 24
Octal 252 20 207 0 133 25 41 472 123 44
Binary 10101010 10000 10000111 0 1011011 10101 100001 100111010 1010011 100100

Color Harmonies of #AA1087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1087

Black with #AA1087

Text Example


Text Example

White with #AA1087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1087; }

 p { color: rgb(170,16,135); }

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

background-color css

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

 a { background-color: rgb(170,16,135); }

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

border-color css

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

 span { border-color: rgb(170,16,135); }

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