Html Css Color HEX #A93377 Medium Red Violet

📋 copy color: '#A93377'

red 169 ◦ green 51 ◦ blue 119

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

Shades of Medium Red Violet #A93377

Tints of Medium Red Violet #A93377

RGB

 RED value IS 169 (66.41% from 255) = 49.85%

 GREEN value IS 51 (20.31% from 255) = 15.04%

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 49.85%
G = 15.04%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A93377 (or 0xA93377) is known color: Medium Red Violet. HEX triplet: A9, 33 and 77. RGB value is (169,51,119). Sum of RGB (Red+Green+Blue) = 169+51+119=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A93377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93377 is #56CC88. Grayscale: #5D5D5D. Windows color (decimal): -5688457 or 7812009. OLE color: 7812009.

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

Color convert

RGB 169 51 119 -
CMYK 0 0.70 0.30 0.34
HSL 325.42º 0.54% 0.43% -
HSV(B) 325.42º 0.7% 0.66% -
XYZ 20.88 12.13 18.69 -
YUV 94.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 169 51 119 0 0.70 0.30 0.34 325.42 0.54 0.43
Hex A9 33 77 0 46 1E 22 145 36 2B
Octal 251 63 167 0 106 36 42 505 66 53
Binary 10101001 110011 1110111 0 1000110 11110 100010 101000101 110110 101011

Color Harmonies of #A93377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93377

Black with #A93377

Text Example


Text Example

White with #A93377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93377; }

 p { color: rgb(169,51,119); }

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

background-color css

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

 a { background-color: rgb(169,51,119); }

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

border-color css

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

 span { border-color: rgb(169,51,119); }

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