Html Css Color HEX #A04988 Medium Red Violet

📋 copy color: '#A04988'

red 160 ◦ green 73 ◦ blue 136

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

Shades of Medium Red Violet #A04988

Tints of Medium Red Violet #A04988

RGB

 RED value IS 160 (62.89% from 255) = 43.36%

 GREEN value IS 73 (28.91% from 255) = 19.78%

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

R = 43.36%
G = 19.78%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A04988 (or 0xA04988) is known color: Medium Red Violet. HEX triplet: A0, 49 and 88. RGB value is (160,73,136). Sum of RGB (Red+Green+Blue) = 160+73+136=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A04988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04988 is #5FB677. Grayscale: #6A6A6A. Windows color (decimal): -6272632 or 8931744. OLE color: 8931744.

HSL color Cylindrical-coordinate representation of color #A04988: hue angle of 316.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04988 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 136 -
CMYK 0 0.54 0.15 0.37
HSL 316.55º 0.37% 0.46% -
HSV(B) 316.55º 0.54% 0.63% -
XYZ 21.32 14.02 24.87 -
YUV 106.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 160 73 136 0 0.54 0.15 0.37 316.55 0.37 0.46
Hex A0 49 88 0 36 F 25 13D 25 2E
Octal 240 111 210 0 66 17 45 475 45 56
Binary 10100000 1001001 10001000 0 110110 1111 100101 100111101 100101 101110

Color Harmonies of #A04988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04988

Black with #A04988

Text Example


Text Example

White with #A04988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04988; }

 p { color: rgb(160,73,136); }

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

background-color css

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

 a { background-color: rgb(160,73,136); }

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

border-color css

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

 span { border-color: rgb(160,73,136); }

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