Html Css Color HEX #A7418B Medium Red Violet

📋 copy color: '#A7418B'

red 167 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #A7418B

Tints of Medium Red Violet #A7418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 45.01%
G = 17.52%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7418B (or 0xA7418B) is known color: Medium Red Violet. HEX triplet: A7, 41 and 8B. RGB value is (167,65,139). Sum of RGB (Red+Green+Blue) = 167+65+139=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7418B is #58BE74. Grayscale: #676767. Windows color (decimal): -5815925 or 9126311. OLE color: 9126311.

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

Color convert

RGB 167 65 139 -
CMYK 0 0.61 0.17 0.35
HSL 316.47º 0.44% 0.45% -
HSV(B) 316.47º 0.61% 0.65% -
XYZ 22.49 13.86 25.92 -
YUV 103.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 167 65 139 0 0.61 0.17 0.35 316.47 0.44 0.45
Hex A7 41 8B 0 3D 11 23 13C 2C 2D
Octal 247 101 213 0 75 21 43 474 54 55
Binary 10100111 1000001 10001011 0 111101 10001 100011 100111100 101100 101101

Color Harmonies of #A7418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7418B

Black with #A7418B

Text Example


Text Example

White with #A7418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7418B; }

 p { color: rgb(167,65,139); }

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

background-color css

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

 a { background-color: rgb(167,65,139); }

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

border-color css

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

 span { border-color: rgb(167,65,139); }

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