Html Css Color HEX #A9117F Medium Violet Red

📋 copy color: '#A9117F'

red 169 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #A9117F

Tints of Medium Violet Red #A9117F

RGB

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

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

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

R = 53.99%
G = 5.43%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9117F (or 0xA9117F) is known color: Medium Violet Red. HEX triplet: A9, 11 and 7F. RGB value is (169,17,127). Sum of RGB (Red+Green+Blue) = 169+17+127=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9117F is #56EE80. Grayscale: #4A4A4A. Windows color (decimal): -5697153 or 8327593. OLE color: 8327593.

HSL color Cylindrical-coordinate representation of color #A9117F: hue angle of 316.58º 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 #A9117F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 127 -
CMYK 0 0.90 0.25 0.34
HSL 316.58º 0.82% 0.36% -
HSV(B) 316.58º 0.9% 0.66% -
XYZ 20.39 10.37 21.01 -
YUV 74.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 169 17 127 0 0.90 0.25 0.34 316.58 0.82 0.36
Hex A9 11 7F 0 5A 19 22 13D 52 24
Octal 251 21 177 0 132 31 42 475 122 44
Binary 10101001 10001 1111111 0 1011010 11001 100010 100111101 1010010 100100

Color Harmonies of #A9117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9117F

Black with #A9117F

Text Example


Text Example

White with #A9117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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