Html Css Color HEX #A91F7C Medium Red Violet

📋 copy color: '#A91F7C'

red 169 ◦ green 31 ◦ blue 124

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

Shades of Medium Red Violet #A91F7C

Tints of Medium Red Violet #A91F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

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

R = 52.16%
G = 9.57%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A91F7C (or 0xA91F7C) is known color: Medium Red Violet. HEX triplet: A9, 1F and 7C. RGB value is (169,31,124). Sum of RGB (Red+Green+Blue) = 169+31+124=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91F7C is #56E083. Grayscale: #525252. Windows color (decimal): -5693572 or 8134569. OLE color: 8134569.

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

Color convert

RGB 169 31 124 -
CMYK 0 0.82 0.27 0.34
HSL 319.57º 0.69% 0.39% -
HSV(B) 319.57º 0.82% 0.66% -
XYZ 20.49 10.87 20.09 -
YUV 82.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 169 31 124 0 0.82 0.27 0.34 319.57 0.69 0.39
Hex A9 1F 7C 0 52 1B 22 140 45 27
Octal 251 37 174 0 122 33 42 500 105 47
Binary 10101001 11111 1111100 0 1010010 11011 100010 101000000 1000101 100111

Color Harmonies of #A91F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F7C

Black with #A91F7C

Text Example


Text Example

White with #A91F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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