Html Css Color HEX #A93277 Medium Red Violet

📋 copy color: '#A93277'

red 169 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #A93277

Tints of Medium Red Violet #A93277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 50%
G = 14.79%
B = 35.21%

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

#A93277 (or 0xA93277) is known color: Medium Red Violet. HEX triplet: A9, 32 and 77. RGB value is (169,50,119). Sum of RGB (Red+Green+Blue) = 169+50+119=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93277 is #56CD88. Grayscale: #5D5D5D. Windows color (decimal): -5688713 or 7811753. OLE color: 7811753.

HSL color Cylindrical-coordinate representation of color #A93277: hue angle of 325.21º 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 #A93277 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 50 119 -
CMYK 0 0.70 0.30 0.34
HSL 325.21º 0.54% 0.43% -
HSV(B) 325.21º 0.7% 0.66% -
XYZ 20.83 12.05 18.68 -
YUV 93.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 169 50 119 0 0.70 0.30 0.34 325.21 0.54 0.43
Hex A9 32 77 0 46 1E 22 145 36 2B
Octal 251 62 167 0 106 36 42 505 66 53
Binary 10101001 110010 1110111 0 1000110 11110 100010 101000101 110110 101011

Color Harmonies of #A93277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93277

Black with #A93277

Text Example


Text Example

White with #A93277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93277; }

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

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

background-color css

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

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

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

border-color css

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

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

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