Html Css Color HEX #A7417D Medium Red Violet

📋 copy color: '#A7417D'

red 167 ◦ green 65 ◦ blue 125

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

Shades of Medium Red Violet #A7417D

Tints of Medium Red Violet #A7417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 46.78%
G = 18.21%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7417D (or 0xA7417D) is known color: Medium Red Violet. HEX triplet: A7, 41 and 7D. RGB value is (167,65,125). Sum of RGB (Red+Green+Blue) = 167+65+125=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7417D is #58BE82. Grayscale: #666666. Windows color (decimal): -5815939 or 8208807. OLE color: 8208807.

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

Color convert

RGB 167 65 125 -
CMYK 0 0.61 0.25 0.35
HSL 324.71º 0.44% 0.45% -
HSV(B) 324.71º 0.61% 0.65% -
XYZ 21.53 13.48 20.87 -
YUV 102.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 167 65 125 0 0.61 0.25 0.35 324.71 0.44 0.45
Hex A7 41 7D 0 3D 19 23 145 2C 2D
Octal 247 101 175 0 75 31 43 505 54 55
Binary 10100111 1000001 1111101 0 111101 11001 100011 101000101 101100 101101

Color Harmonies of #A7417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7417D

Black with #A7417D

Text Example


Text Example

White with #A7417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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