Html Css Color HEX #AA0687 Medium Violet Red

📋 copy color: '#AA0687'

red 170 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #AA0687

Tints of Medium Violet Red #AA0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.93%

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

R = 54.66%
G = 1.93%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0687 (or 0xAA0687) is known color: Medium Violet Red. HEX triplet: AA, 06 and 87. RGB value is (170,6,135). Sum of RGB (Red+Green+Blue) = 170+6+135=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0687 is #55F978. Grayscale: #454545. Windows color (decimal): -5634425 or 8849066. OLE color: 8849066.

HSL color Cylindrical-coordinate representation of color #AA0687: hue angle of 312.8º degrees, saturation: 0.93, 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 #AA0687 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 135 -
CMYK 0 0.96 0.21 0.33
HSL 312.8º 0.93% 0.35% -
HSV(B) 312.8º 0.96% 0.67% -
XYZ 21.02 10.43 23.83 -
YUV 69.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 170 6 135 0 0.96 0.21 0.33 312.8 0.93 0.35
Hex AA 6 87 0 60 15 21 139 5D 23
Octal 252 6 207 0 140 25 41 471 135 43
Binary 10101010 110 10000111 0 1100000 10101 100001 100111001 1011101 100011

Color Harmonies of #AA0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0687

Black with #AA0687

Text Example


Text Example

White with #AA0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0687; }

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

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

background-color css

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

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

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

border-color css

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

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

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