Html Css Color HEX #A7418A Medium Red Violet

📋 copy color: '#A7418A'

red 167 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #A7418A

Tints of Medium Red Violet #A7418A

RGB

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

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

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

R = 45.14%
G = 17.57%
B = 37.3%

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

#A7418A (or 0xA7418A) is known color: Medium Red Violet. HEX triplet: A7, 41 and 8A. RGB value is (167,65,138). Sum of RGB (Red+Green+Blue) = 167+65+138=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7418A is #58BE75. Grayscale: #676767. Windows color (decimal): -5815926 or 9060775. OLE color: 9060775.

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

Color convert

RGB 167 65 138 -
CMYK 0 0.61 0.17 0.35
HSL 317.06º 0.44% 0.45% -
HSV(B) 317.06º 0.61% 0.65% -
XYZ 22.41 13.83 25.53 -
YUV 103.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 167 65 138 0 0.61 0.17 0.35 317.06 0.44 0.45
Hex A7 41 8A 0 3D 11 23 13D 2C 2D
Octal 247 101 212 0 75 21 43 475 54 55
Binary 10100111 1000001 10001010 0 111101 10001 100011 100111101 101100 101101

Color Harmonies of #A7418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7418A

Black with #A7418A

Text Example


Text Example

White with #A7418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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