Html Css Color HEX #A72594 Medium Red Violet

📋 copy color: '#A72594'

red 167 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #A72594

Tints of Medium Red Violet #A72594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 47.44%
G = 10.51%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A72594 (or 0xA72594) is known color: Medium Red Violet. HEX triplet: A7, 25 and 94. RGB value is (167,37,148). Sum of RGB (Red+Green+Blue) = 167+37+148=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A72594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72594 is #58DA6B. Grayscale: #585858. Windows color (decimal): -5823084 or 9708967. OLE color: 9708967.

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

Color convert

RGB 167 37 148 -
CMYK 0 0.78 0.11 0.35
HSL 308.77º 0.64% 0.4% -
HSV(B) 308.77º 0.78% 0.65% -
XYZ 21.94 11.68 29.11 -
YUV 88.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 167 37 148 0 0.78 0.11 0.35 308.77 0.64 0.4
Hex A7 25 94 0 4E B 23 135 40 28
Octal 247 45 224 0 116 13 43 465 100 50
Binary 10100111 100101 10010100 0 1001110 1011 100011 100110101 1000000 101000

Color Harmonies of #A72594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72594

Black with #A72594

Text Example


Text Example

White with #A72594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72594; }

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

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

background-color css

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

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

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

border-color css

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

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

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