Html Css Color HEX #A94087 Medium Red Violet

📋 copy color: '#A94087'

red 169 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #A94087

Tints of Medium Red Violet #A94087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 45.92%
G = 17.39%
B = 36.68%

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

#A94087 (or 0xA94087) is known color: Medium Red Violet. HEX triplet: A9, 40 and 87. RGB value is (169,64,135). Sum of RGB (Red+Green+Blue) = 169+64+135=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A94087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94087 is #56BF78. Grayscale: #676767. Windows color (decimal): -5685113 or 8863913. OLE color: 8863913.

HSL color Cylindrical-coordinate representation of color #A94087: hue angle of 319.43º degrees, saturation: 0.45, 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 #A94087 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 135 -
CMYK 0 0.62 0.20 0.34
HSL 319.43º 0.45% 0.46% -
HSV(B) 319.43º 0.62% 0.66% -
XYZ 22.57 13.85 24.41 -
YUV 103.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 169 64 135 0 0.62 0.20 0.34 319.43 0.45 0.46
Hex A9 40 87 0 3E 14 22 13F 2D 2E
Octal 251 100 207 0 76 24 42 477 55 56
Binary 10101001 1000000 10000111 0 111110 10100 100010 100111111 101101 101110

Color Harmonies of #A94087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94087

Black with #A94087

Text Example


Text Example

White with #A94087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94087; }

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

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

background-color css

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

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

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

border-color css

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

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

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