Html Css Color HEX #A9387F Medium Red Violet

📋 copy color: '#A9387F'

red 169 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #A9387F

Tints of Medium Red Violet #A9387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 48.01%
G = 15.91%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9387F (or 0xA9387F) is known color: Medium Red Violet. HEX triplet: A9, 38 and 7F. RGB value is (169,56,127). Sum of RGB (Red+Green+Blue) = 169+56+127=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A9387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9387F is #56C780. Grayscale: #616161. Windows color (decimal): -5687169 or 8337577. OLE color: 8337577.

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

Color convert

RGB 169 56 127 -
CMYK 0 0.67 0.25 0.34
HSL 322.3º 0.5% 0.44% -
HSV(B) 322.3º 0.67% 0.66% -
XYZ 21.61 12.8 21.41 -
YUV 97.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 169 56 127 0 0.67 0.25 0.34 322.3 0.5 0.44
Hex A9 38 7F 0 43 19 22 142 32 2C
Octal 251 70 177 0 103 31 42 502 62 54
Binary 10101001 111000 1111111 0 1000011 11001 100010 101000010 110010 101100

Color Harmonies of #A9387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9387F

Black with #A9387F

Text Example


Text Example

White with #A9387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9387F; }

 p { color: rgb(169,56,127); }

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

background-color css

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

 a { background-color: rgb(169,56,127); }

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

border-color css

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

 span { border-color: rgb(169,56,127); }

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