Html Css Color HEX #A4317F Medium Red Violet

📋 copy color: '#A4317F'

red 164 ◦ green 49 ◦ blue 127

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

Shades of Medium Red Violet #A4317F

Tints of Medium Red Violet #A4317F

RGB

 RED value IS 164 (64.45% from 255) = 48.24%

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 48.24%
G = 14.41%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4317F (or 0xA4317F) is known color: Medium Red Violet. HEX triplet: A4, 31 and 7F. RGB value is (164,49,127). Sum of RGB (Red+Green+Blue) = 164+49+127=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4317F is #5BCE80. Grayscale: #5C5C5C. Windows color (decimal): -6016641 or 8335780. OLE color: 8335780.

HSL color Cylindrical-coordinate representation of color #A4317F: hue angle of 319.3º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4317F is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 127 -
CMYK 0 0.70 0.23 0.36
HSL 319.3º 0.54% 0.42% -
HSV(B) 319.3º 0.7% 0.64% -
XYZ 20.24 11.62 21.26 -
YUV 92.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 164 49 127 0 0.70 0.23 0.36 319.3 0.54 0.42
Hex A4 31 7F 0 46 17 24 13F 36 2A
Octal 244 61 177 0 106 27 44 477 66 52
Binary 10100100 110001 1111111 0 1000110 10111 100100 100111111 110110 101010

Color Harmonies of #A4317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4317F

Black with #A4317F

Text Example


Text Example

White with #A4317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4317F; }

 p { color: rgb(164,49,127); }

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

background-color css

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

 a { background-color: rgb(164,49,127); }

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

border-color css

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

 span { border-color: rgb(164,49,127); }

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