Html Css Color HEX #A9117C Medium Violet Red

📋 copy color: '#A9117C'

red 169 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #A9117C

Tints of Medium Violet Red #A9117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 54.52%
G = 5.48%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9117C (or 0xA9117C) is known color: Medium Violet Red. HEX triplet: A9, 11 and 7C. RGB value is (169,17,124). Sum of RGB (Red+Green+Blue) = 169+17+124=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9117C is #56EE83. Grayscale: #4A4A4A. Windows color (decimal): -5697156 or 8130985. OLE color: 8130985.

HSL color Cylindrical-coordinate representation of color #A9117C: hue angle of 317.76º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9117C is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 124 -
CMYK 0 0.90 0.27 0.34
HSL 317.76º 0.82% 0.36% -
HSV(B) 317.76º 0.9% 0.66% -
XYZ 20.2 10.29 19.99 -
YUV 74.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 169 17 124 0 0.90 0.27 0.34 317.76 0.82 0.36
Hex A9 11 7C 0 5A 1B 22 13E 52 24
Octal 251 21 174 0 132 33 42 476 122 44
Binary 10101001 10001 1111100 0 1011010 11011 100010 100111110 1010010 100100

Color Harmonies of #A9117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9117C

Black with #A9117C

Text Example


Text Example

White with #A9117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9117C; }

 p { color: rgb(169,17,124); }

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

background-color css

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

 a { background-color: rgb(169,17,124); }

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

border-color css

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

 span { border-color: rgb(169,17,124); }

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