Html Css Color HEX #A7258D Medium Red Violet

📋 copy color: '#A7258D'

red 167 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #A7258D

Tints of Medium Red Violet #A7258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 48.41%
G = 10.72%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7258D (or 0xA7258D) is known color: Medium Red Violet. HEX triplet: A7, 25 and 8D. RGB value is (167,37,141). Sum of RGB (Red+Green+Blue) = 167+37+141=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7258D is #58DA72. Grayscale: #575757. Windows color (decimal): -5823091 or 9250215. OLE color: 9250215.

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

Color convert

RGB 167 37 141 -
CMYK 0 0.78 0.16 0.35
HSL 312º 0.64% 0.4% -
HSV(B) 312º 0.78% 0.65% -
XYZ 21.41 11.46 26.28 -
YUV 87.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 167 37 141 0 0.78 0.16 0.35 312 0.64 0.4
Hex A7 25 8D 0 4E 10 23 138 40 28
Octal 247 45 215 0 116 20 43 470 100 50
Binary 10100111 100101 10001101 0 1001110 10000 100011 100111000 1000000 101000

Color Harmonies of #A7258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7258D

Black with #A7258D

Text Example


Text Example

White with #A7258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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