Html Css Color HEX #A7488A Medium Red Violet

📋 copy color: '#A7488A'

red 167 ◦ green 72 ◦ blue 138

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

Shades of Medium Red Violet #A7488A

Tints of Medium Red Violet #A7488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 44.3%
G = 19.1%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7488A (or 0xA7488A) is known color: Medium Red Violet. HEX triplet: A7, 48 and 8A. RGB value is (167,72,138). Sum of RGB (Red+Green+Blue) = 167+72+138=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7488A is #58B775. Grayscale: #6B6B6B. Windows color (decimal): -5814134 or 9062567. OLE color: 9062567.

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

Color convert

RGB 167 72 138 -
CMYK 0 0.57 0.17 0.35
HSL 318.32º 0.4% 0.47% -
HSV(B) 318.32º 0.57% 0.65% -
XYZ 22.84 14.69 25.68 -
YUV 107.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 167 72 138 0 0.57 0.17 0.35 318.32 0.4 0.47
Hex A7 48 8A 0 39 11 23 13E 28 2F
Octal 247 110 212 0 71 21 43 476 50 57
Binary 10100111 1001000 10001010 0 111001 10001 100011 100111110 101000 101111

Color Harmonies of #A7488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7488A

Black with #A7488A

Text Example


Text Example

White with #A7488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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