Html Css Color HEX #A62973 Medium Red Violet

📋 copy color: '#A62973'

red 166 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #A62973

Tints of Medium Red Violet #A62973

RGB

 RED value IS 166 (65.23% from 255) = 51.55%

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 51.55%
G = 12.73%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A62973 (or 0xA62973) is known color: Medium Red Violet. HEX triplet: A6, 29 and 73. RGB value is (166,41,115). Sum of RGB (Red+Green+Blue) = 166+41+115=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A62973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62973 is #59D68C. Grayscale: #565656. Windows color (decimal): -5887629 or 7547302. OLE color: 7547302.

HSL color Cylindrical-coordinate representation of color #A62973: hue angle of 324.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62973 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 41 115 -
CMYK 0 0.75 0.31 0.35
HSL 324.48º 0.6% 0.41% -
HSV(B) 324.48º 0.75% 0.65% -
XYZ 19.61 10.93 17.3 -
YUV 86.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 166 41 115 0 0.75 0.31 0.35 324.48 0.6 0.41
Hex A6 29 73 0 4B 1F 23 144 3C 29
Octal 246 51 163 0 113 37 43 504 74 51
Binary 10100110 101001 1110011 0 1001011 11111 100011 101000100 111100 101001

Color Harmonies of #A62973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62973

Black with #A62973

Text Example


Text Example

White with #A62973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62973; }

 p { color: rgb(166,41,115); }

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

background-color css

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

 a { background-color: rgb(166,41,115); }

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

border-color css

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

 span { border-color: rgb(166,41,115); }

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