Html Css Color HEX #A7257E Medium Red Violet

📋 copy color: '#A7257E'

red 167 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #A7257E

Tints of Medium Red Violet #A7257E

RGB

 RED value IS 167 (65.63% from 255) = 50.61%

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 50.61%
G = 11.21%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7257E (or 0xA7257E) is known color: Medium Red Violet. HEX triplet: A7, 25 and 7E. RGB value is (167,37,126). Sum of RGB (Red+Green+Blue) = 167+37+126=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7257E is #58DA81. Grayscale: #555555. Windows color (decimal): -5823106 or 8267175. OLE color: 8267175.

HSL color Cylindrical-coordinate representation of color #A7257E: hue angle of 318.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7257E is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 126 -
CMYK 0 0.78 0.25 0.35
HSL 318.92º 0.64% 0.4% -
HSV(B) 318.92º 0.78% 0.65% -
XYZ 20.36 11.04 20.8 -
YUV 86.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 167 37 126 0 0.78 0.25 0.35 318.92 0.64 0.4
Hex A7 25 7E 0 4E 19 23 13F 40 28
Octal 247 45 176 0 116 31 43 477 100 50
Binary 10100111 100101 1111110 0 1001110 11001 100011 100111111 1000000 101000

Color Harmonies of #A7257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7257E

Black with #A7257E

Text Example


Text Example

White with #A7257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7257E; }

 p { color: rgb(167,37,126); }

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

background-color css

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

 a { background-color: rgb(167,37,126); }

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

border-color css

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

 span { border-color: rgb(167,37,126); }

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