Html Css Color HEX #A94989 Medium Red Violet

📋 copy color: '#A94989'

red 169 ◦ green 73 ◦ blue 137

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

Shades of Medium Red Violet #A94989

Tints of Medium Red Violet #A94989

RGB

 RED value IS 169 (66.41% from 255) = 44.59%

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

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

R = 44.59%
G = 19.26%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A94989 (or 0xA94989) is known color: Medium Red Violet. HEX triplet: A9, 49 and 89. RGB value is (169,73,137). Sum of RGB (Red+Green+Blue) = 169+73+137=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A94989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94989 is #56B676. Grayscale: #6C6C6C. Windows color (decimal): -5682807 or 8997289. OLE color: 8997289.

HSL color Cylindrical-coordinate representation of color #A94989: hue angle of 320º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94989 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 137 -
CMYK 0 0.57 0.19 0.34
HSL 320º 0.4% 0.47% -
HSV(B) 320º 0.57% 0.66% -
XYZ 23.26 15.01 25.34 -
YUV 109 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 169 73 137 0 0.57 0.19 0.34 320 0.4 0.47
Hex A9 49 89 0 39 13 22 140 28 2F
Octal 251 111 211 0 71 23 42 500 50 57
Binary 10101001 1001001 10001001 0 111001 10011 100010 101000000 101000 101111

Color Harmonies of #A94989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94989

Black with #A94989

Text Example


Text Example

White with #A94989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94989; }

 p { color: rgb(169,73,137); }

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

background-color css

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

 a { background-color: rgb(169,73,137); }

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

border-color css

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

 span { border-color: rgb(169,73,137); }

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