Html Css Color HEX #A7488C Medium Red Violet

📋 copy color: '#A7488C'

red 167 ◦ green 72 ◦ blue 140

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

Shades of Medium Red Violet #A7488C

Tints of Medium Red Violet #A7488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 44.06%
G = 19%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7488C (or 0xA7488C) is known color: Medium Red Violet. HEX triplet: A7, 48 and 8C. RGB value is (167,72,140). Sum of RGB (Red+Green+Blue) = 167+72+140=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7488C is #58B773. Grayscale: #6B6B6B. Windows color (decimal): -5814132 or 9193639. OLE color: 9193639.

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

Color convert

RGB 167 72 140 -
CMYK 0 0.57 0.16 0.35
HSL 317.05º 0.4% 0.47% -
HSV(B) 317.05º 0.57% 0.65% -
XYZ 22.99 14.74 26.45 -
YUV 108.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 167 72 140 0 0.57 0.16 0.35 317.05 0.4 0.47
Hex A7 48 8C 0 39 10 23 13D 28 2F
Octal 247 110 214 0 71 20 43 475 50 57
Binary 10100111 1001000 10001100 0 111001 10000 100011 100111101 101000 101111

Color Harmonies of #A7488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7488C

Black with #A7488C

Text Example


Text Example

White with #A7488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7488C; }

 p { color: rgb(167,72,140); }

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

background-color css

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

 a { background-color: rgb(167,72,140); }

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

border-color css

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

 span { border-color: rgb(167,72,140); }

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