Html Css Color HEX #A4257F Medium Red Violet

📋 copy color: '#A4257F'

red 164 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #A4257F

Tints of Medium Red Violet #A4257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 50%
G = 11.28%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4257F (or 0xA4257F) is known color: Medium Red Violet. HEX triplet: A4, 25 and 7F. RGB value is (164,37,127). Sum of RGB (Red+Green+Blue) = 164+37+127=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4257F is #5BDA80. Grayscale: #555555. Windows color (decimal): -6019713 or 8332708. OLE color: 8332708.

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

Color convert

RGB 164 37 127 -
CMYK 0 0.77 0.23 0.36
HSL 317.48º 0.63% 0.39% -
HSV(B) 317.48º 0.77% 0.64% -
XYZ 19.8 10.75 21.11 -
YUV 85.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 164 37 127 0 0.77 0.23 0.36 317.48 0.63 0.39
Hex A4 25 7F 0 4D 17 24 13D 3F 27
Octal 244 45 177 0 115 27 44 475 77 47
Binary 10100100 100101 1111111 0 1001101 10111 100100 100111101 111111 100111

Color Harmonies of #A4257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4257F

Black with #A4257F

Text Example


Text Example

White with #A4257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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