Html Css Color HEX #A4319A Medium Red Violet

📋 copy color: '#A4319A'

red 164 ◦ green 49 ◦ blue 154

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

Shades of Medium Red Violet #A4319A

Tints of Medium Red Violet #A4319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 44.69%
G = 13.35%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4319A (or 0xA4319A) is known color: Medium Red Violet. HEX triplet: A4, 31 and 9A. RGB value is (164,49,154). Sum of RGB (Red+Green+Blue) = 164+49+154=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4319A is #5BCE65. Grayscale: #5F5F5F. Windows color (decimal): -6016614 or 10105252. OLE color: 10105252.

HSL color Cylindrical-coordinate representation of color #A4319A: hue angle of 305.22º 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 #A4319A is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 154 -
CMYK 0 0.70 0.06 0.36
HSL 305.22º 0.54% 0.42% -
HSV(B) 305.22º 0.7% 0.64% -
XYZ 22.24 12.42 31.8 -
YUV 95.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 164 49 154 0 0.70 0.06 0.36 305.22 0.54 0.42
Hex A4 31 9A 0 46 6 24 131 36 2A
Octal 244 61 232 0 106 6 44 461 66 52
Binary 10100100 110001 10011010 0 1000110 110 100100 100110001 110110 101010

Color Harmonies of #A4319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4319A

Black with #A4319A

Text Example


Text Example

White with #A4319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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