Html Css Color HEX #AA4588 Medium Red Violet

📋 copy color: '#AA4588'

red 170 ◦ green 69 ◦ blue 136

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

Shades of Medium Red Violet #AA4588

Tints of Medium Red Violet #AA4588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 45.33%
G = 18.4%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA4588 (or 0xAA4588) is known color: Medium Red Violet. HEX triplet: AA, 45 and 88. RGB value is (170,69,136). Sum of RGB (Red+Green+Blue) = 170+69+136=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4588 is #55BA77. Grayscale: #6A6A6A. Windows color (decimal): -5618296 or 8930730. OLE color: 8930730.

HSL color Cylindrical-coordinate representation of color #AA4588: hue angle of 320.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4588 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 136 -
CMYK 0 0.59 0.20 0.33
HSL 320.2º 0.42% 0.47% -
HSV(B) 320.2º 0.59% 0.67% -
XYZ 23.15 14.58 24.89 -
YUV 106.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 170 69 136 0 0.59 0.20 0.33 320.2 0.42 0.47
Hex AA 45 88 0 3B 14 21 140 2A 2F
Octal 252 105 210 0 73 24 41 500 52 57
Binary 10101010 1000101 10001000 0 111011 10100 100001 101000000 101010 101111

Color Harmonies of #AA4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4588

Black with #AA4588

Text Example


Text Example

White with #AA4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4588; }

 p { color: rgb(170,69,136); }

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

background-color css

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

 a { background-color: rgb(170,69,136); }

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

border-color css

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

 span { border-color: rgb(170,69,136); }

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