Html Css Color HEX #A4307F Medium Red Violet

📋 copy color: '#A4307F'

red 164 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #A4307F

Tints of Medium Red Violet #A4307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 48.38%
G = 14.16%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4307F (or 0xA4307F) is known color: Medium Red Violet. HEX triplet: A4, 30 and 7F. RGB value is (164,48,127). Sum of RGB (Red+Green+Blue) = 164+48+127=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4307F is #5BCF80. Grayscale: #5B5B5B. Windows color (decimal): -6016897 or 8335524. OLE color: 8335524.

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

Color convert

RGB 164 48 127 -
CMYK 0 0.71 0.23 0.36
HSL 319.14º 0.55% 0.42% -
HSV(B) 319.14º 0.71% 0.64% -
XYZ 20.2 11.54 21.24 -
YUV 91.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 164 48 127 0 0.71 0.23 0.36 319.14 0.55 0.42
Hex A4 30 7F 0 47 17 24 13F 37 2A
Octal 244 60 177 0 107 27 44 477 67 52
Binary 10100100 110000 1111111 0 1000111 10111 100100 100111111 110111 101010

Color Harmonies of #A4307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4307F

Black with #A4307F

Text Example


Text Example

White with #A4307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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