Html Css Color HEX #A94187 Medium Red Violet

📋 copy color: '#A94187'

red 169 ◦ green 65 ◦ blue 135

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

Shades of Medium Red Violet #A94187

Tints of Medium Red Violet #A94187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 45.8%
G = 17.62%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A94187 (or 0xA94187) is known color: Medium Red Violet. HEX triplet: A9, 41 and 87. RGB value is (169,65,135). Sum of RGB (Red+Green+Blue) = 169+65+135=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A94187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94187 is #56BE78. Grayscale: #676767. Windows color (decimal): -5684857 or 8864169. OLE color: 8864169.

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

Color convert

RGB 169 65 135 -
CMYK 0 0.62 0.20 0.34
HSL 319.62º 0.44% 0.46% -
HSV(B) 319.62º 0.62% 0.66% -
XYZ 22.63 13.96 24.42 -
YUV 104.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 169 65 135 0 0.62 0.20 0.34 319.62 0.44 0.46
Hex A9 41 87 0 3E 14 22 140 2C 2E
Octal 251 101 207 0 76 24 42 500 54 56
Binary 10101001 1000001 10000111 0 111110 10100 100010 101000000 101100 101110

Color Harmonies of #A94187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94187

Black with #A94187

Text Example


Text Example

White with #A94187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94187; }

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

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

background-color css

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

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

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

border-color css

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

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

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