Html Css Color HEX #A7408F Medium Red Violet

📋 copy color: '#A7408F'

red 167 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #A7408F

Tints of Medium Red Violet #A7408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 44.65%
G = 17.11%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7408F (or 0xA7408F) is known color: Medium Red Violet. HEX triplet: A7, 40 and 8F. RGB value is (167,64,143). Sum of RGB (Red+Green+Blue) = 167+64+143=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7408F is #58BF70. Grayscale: #676767. Windows color (decimal): -5816177 or 9388199. OLE color: 9388199.

HSL color Cylindrical-coordinate representation of color #A7408F: hue angle of 313.98º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7408F is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 143 -
CMYK 0 0.62 0.14 0.35
HSL 313.98º 0.45% 0.45% -
HSV(B) 313.98º 0.62% 0.65% -
XYZ 22.73 13.87 27.47 -
YUV 103.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 167 64 143 0 0.62 0.14 0.35 313.98 0.45 0.45
Hex A7 40 8F 0 3E E 23 13A 2D 2D
Octal 247 100 217 0 76 16 43 472 55 55
Binary 10100111 1000000 10001111 0 111110 1110 100011 100111010 101101 101101

Color Harmonies of #A7408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7408F

Black with #A7408F

Text Example


Text Example

White with #A7408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7408F; }

 p { color: rgb(167,64,143); }

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

background-color css

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

 a { background-color: rgb(167,64,143); }

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

border-color css

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

 span { border-color: rgb(167,64,143); }

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