Html Css Color HEX #AA0889 Medium Violet Red

📋 copy color: '#AA0889'

red 170 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #AA0889

Tints of Medium Violet Red #AA0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 53.97%
G = 2.54%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA0889 (or 0xAA0889) is known color: Medium Violet Red. HEX triplet: AA, 08 and 89. RGB value is (170,8,137). Sum of RGB (Red+Green+Blue) = 170+8+137=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0889 is #55F776. Grayscale: #464646. Windows color (decimal): -5633911 or 8980650. OLE color: 8980650.

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

Color convert

RGB 170 8 137 -
CMYK 0 0.95 0.19 0.33
HSL 312.22º 0.91% 0.35% -
HSV(B) 312.22º 0.95% 0.67% -
XYZ 21.18 10.53 24.58 -
YUV 71.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 170 8 137 0 0.95 0.19 0.33 312.22 0.91 0.35
Hex AA 8 89 0 5F 13 21 138 5B 23
Octal 252 10 211 0 137 23 41 470 133 43
Binary 10101010 1000 10001001 0 1011111 10011 100001 100111000 1011011 100011

Color Harmonies of #AA0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0889

Black with #AA0889

Text Example


Text Example

White with #AA0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0889; }

 p { color: rgb(170,8,137); }

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

background-color css

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

 a { background-color: rgb(170,8,137); }

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

border-color css

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

 span { border-color: rgb(170,8,137); }

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