Html Css Color HEX #A94787 Medium Red Violet

📋 copy color: '#A94787'

red 169 ◦ green 71 ◦ blue 135

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

Shades of Medium Red Violet #A94787

Tints of Medium Red Violet #A94787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 45.07%
G = 18.93%
B = 36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A94787 (or 0xA94787) is known color: Medium Red Violet. HEX triplet: A9, 47 and 87. RGB value is (169,71,135). Sum of RGB (Red+Green+Blue) = 169+71+135=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A94787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94787 is #56B878. Grayscale: #6B6B6B. Windows color (decimal): -5683321 or 8865705. OLE color: 8865705.

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

Color convert

RGB 169 71 135 -
CMYK 0 0.58 0.20 0.34
HSL 320.82º 0.41% 0.47% -
HSV(B) 320.82º 0.58% 0.66% -
XYZ 22.99 14.69 24.55 -
YUV 107.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 169 71 135 0 0.58 0.20 0.34 320.82 0.41 0.47
Hex A9 47 87 0 3A 14 22 141 29 2F
Octal 251 107 207 0 72 24 42 501 51 57
Binary 10101001 1000111 10000111 0 111010 10100 100010 101000001 101001 101111

Color Harmonies of #A94787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94787

Black with #A94787

Text Example


Text Example

White with #A94787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94787; }

 p { color: rgb(169,71,135); }

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

background-color css

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

 a { background-color: rgb(169,71,135); }

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

border-color css

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

 span { border-color: rgb(169,71,135); }

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