Html Css Color HEX #A4247F Medium Red Violet

📋 copy color: '#A4247F'

red 164 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #A4247F

Tints of Medium Red Violet #A4247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 50.15%
G = 11.01%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4247F (or 0xA4247F) is known color: Medium Red Violet. HEX triplet: A4, 24 and 7F. RGB value is (164,36,127). Sum of RGB (Red+Green+Blue) = 164+36+127=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4247F is #5BDB80. Grayscale: #545454. Windows color (decimal): -6019969 or 8332452. OLE color: 8332452.

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

Color convert

RGB 164 36 127 -
CMYK 0 0.78 0.23 0.36
HSL 317.34º 0.64% 0.39% -
HSV(B) 317.34º 0.78% 0.64% -
XYZ 19.77 10.69 21.1 -
YUV 84.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 164 36 127 0 0.78 0.23 0.36 317.34 0.64 0.39
Hex A4 24 7F 0 4E 17 24 13D 40 27
Octal 244 44 177 0 116 27 44 475 100 47
Binary 10100100 100100 1111111 0 1001110 10111 100100 100111101 1000000 100111

Color Harmonies of #A4247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4247F

Black with #A4247F

Text Example


Text Example

White with #A4247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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