Html Css Color HEX #A4247D Medium Red Violet

📋 copy color: '#A4247D'

red 164 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #A4247D

Tints of Medium Red Violet #A4247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 50.46%
G = 11.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4247D (or 0xA4247D) is known color: Medium Red Violet. HEX triplet: A4, 24 and 7D. RGB value is (164,36,125). Sum of RGB (Red+Green+Blue) = 164+36+125=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4247D is #5BDB82. Grayscale: #545454. Windows color (decimal): -6019971 or 8201380. OLE color: 8201380.

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

Color convert

RGB 164 36 125 -
CMYK 0 0.78 0.24 0.36
HSL 318.28º 0.64% 0.39% -
HSV(B) 318.28º 0.78% 0.64% -
XYZ 19.64 10.63 20.42 -
YUV 84.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 164 36 125 0 0.78 0.24 0.36 318.28 0.64 0.39
Hex A4 24 7D 0 4E 18 24 13E 40 27
Octal 244 44 175 0 116 30 44 476 100 47
Binary 10100100 100100 1111101 0 1001110 11000 100100 100111110 1000000 100111

Color Harmonies of #A4247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4247D

Black with #A4247D

Text Example


Text Example

White with #A4247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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