Html Css Color HEX #A83176 Medium Red Violet

📋 copy color: '#A83176'

red 168 ◦ green 49 ◦ blue 118

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

Shades of Medium Red Violet #A83176

Tints of Medium Red Violet #A83176

RGB

 RED value IS 168 (66.02% from 255) = 50.15%

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 50.15%
G = 14.63%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A83176 (or 0xA83176) is known color: Medium Red Violet. HEX triplet: A8, 31 and 76. RGB value is (168,49,118). Sum of RGB (Red+Green+Blue) = 168+49+118=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A83176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83176 is #57CE89. Grayscale: #5C5C5C. Windows color (decimal): -5754506 or 7745960. OLE color: 7745960.

HSL color Cylindrical-coordinate representation of color #A83176: hue angle of 325.21º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83176 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 118 -
CMYK 0 0.71 0.30 0.34
HSL 325.21º 0.55% 0.43% -
HSV(B) 325.21º 0.71% 0.66% -
XYZ 20.52 11.83 18.34 -
YUV 92.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 168 49 118 0 0.71 0.30 0.34 325.21 0.55 0.43
Hex A8 31 76 0 47 1E 22 145 37 2B
Octal 250 61 166 0 107 36 42 505 67 53
Binary 10101000 110001 1110110 0 1000111 11110 100010 101000101 110111 101011

Color Harmonies of #A83176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83176

Black with #A83176

Text Example


Text Example

White with #A83176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83176; }

 p { color: rgb(168,49,118); }

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

background-color css

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

 a { background-color: rgb(168,49,118); }

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

border-color css

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

 span { border-color: rgb(168,49,118); }

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