Html Css Color HEX #A62976 Medium Red Violet

📋 copy color: '#A62976'

red 166 ◦ green 41 ◦ blue 118

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

Shades of Medium Red Violet #A62976

Tints of Medium Red Violet #A62976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 51.08%
G = 12.62%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A62976 (or 0xA62976) is known color: Medium Red Violet. HEX triplet: A6, 29 and 76. RGB value is (166,41,118). Sum of RGB (Red+Green+Blue) = 166+41+118=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A62976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62976 is #59D689. Grayscale: #565656. Windows color (decimal): -5887626 or 7743910. OLE color: 7743910.

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

Color convert

RGB 166 41 118 -
CMYK 0 0.75 0.29 0.35
HSL 323.04º 0.6% 0.41% -
HSV(B) 323.04º 0.75% 0.65% -
XYZ 19.79 11 18.22 -
YUV 87.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 166 41 118 0 0.75 0.29 0.35 323.04 0.6 0.41
Hex A6 29 76 0 4B 1D 23 143 3C 29
Octal 246 51 166 0 113 35 43 503 74 51
Binary 10100110 101001 1110110 0 1001011 11101 100011 101000011 111100 101001

Color Harmonies of #A62976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62976

Black with #A62976

Text Example


Text Example

White with #A62976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62976; }

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

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

background-color css

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

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

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

border-color css

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

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

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