Html Css Color HEX #A93C99 Medium Red Violet

📋 copy color: '#A93C99'

red 169 ◦ green 60 ◦ blue 153

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

Shades of Medium Red Violet #A93C99

Tints of Medium Red Violet #A93C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.71%

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 44.24%
G = 15.71%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A93C99 (or 0xA93C99) is known color: Medium Red Violet. HEX triplet: A9, 3C and 99. RGB value is (169,60,153). Sum of RGB (Red+Green+Blue) = 169+60+153=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93C99 is #56C366. Grayscale: #666666. Windows color (decimal): -5686119 or 10042537. OLE color: 10042537.

HSL color Cylindrical-coordinate representation of color #A93C99: hue angle of 308.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93C99 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 60 153 -
CMYK 0 0.64 0.09 0.34
HSL 308.81º 0.48% 0.45% -
HSV(B) 308.81º 0.64% 0.66% -
XYZ 23.73 13.97 31.58 -
YUV 103.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 169 60 153 0 0.64 0.09 0.34 308.81 0.48 0.45
Hex A9 3C 99 0 40 9 22 135 30 2D
Octal 251 74 231 0 100 11 42 465 60 55
Binary 10101001 111100 10011001 0 1000000 1001 100010 100110101 110000 101101

Color Harmonies of #A93C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C99

Black with #A93C99

Text Example


Text Example

White with #A93C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C99; }

 p { color: rgb(169,60,153); }

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

background-color css

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

 a { background-color: rgb(169,60,153); }

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

border-color css

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

 span { border-color: rgb(169,60,153); }

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