Html Css Color HEX #A4237F Medium Red Violet

📋 copy color: '#A4237F'

red 164 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #A4237F

Tints of Medium Red Violet #A4237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 50.31%
G = 10.74%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4237F (or 0xA4237F) is known color: Medium Red Violet. HEX triplet: A4, 23 and 7F. RGB value is (164,35,127). Sum of RGB (Red+Green+Blue) = 164+35+127=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4237F is #5BDC80. Grayscale: #535353. Windows color (decimal): -6020225 or 8332196. OLE color: 8332196.

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

Color convert

RGB 164 35 127 -
CMYK 0 0.79 0.23 0.36
HSL 317.21º 0.65% 0.39% -
HSV(B) 317.21º 0.79% 0.64% -
XYZ 19.74 10.63 21.09 -
YUV 84.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 164 35 127 0 0.79 0.23 0.36 317.21 0.65 0.39
Hex A4 23 7F 0 4F 17 24 13D 41 27
Octal 244 43 177 0 117 27 44 475 101 47
Binary 10100100 100011 1111111 0 1001111 10111 100100 100111101 1000001 100111

Color Harmonies of #A4237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4237F

Black with #A4237F

Text Example


Text Example

White with #A4237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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