Html Css Color HEX #A93998 Medium Red Violet

📋 copy color: '#A93998'

red 169 ◦ green 57 ◦ blue 152

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

Shades of Medium Red Violet #A93998

Tints of Medium Red Violet #A93998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 44.71%
G = 15.08%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A93998 (or 0xA93998) is known color: Medium Red Violet. HEX triplet: A9, 39 and 98. RGB value is (169,57,152). Sum of RGB (Red+Green+Blue) = 169+57+152=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A93998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93998 is #56C667. Grayscale: #656565. Windows color (decimal): -5686888 or 9976233. OLE color: 9976233.

HSL color Cylindrical-coordinate representation of color #A93998: hue angle of 309.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93998 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 57 152 -
CMYK 0 0.66 0.10 0.34
HSL 309.11º 0.5% 0.44% -
HSV(B) 309.11º 0.66% 0.66% -
XYZ 23.49 13.63 31.1 -
YUV 101.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 169 57 152 0 0.66 0.10 0.34 309.11 0.5 0.44
Hex A9 39 98 0 42 A 22 135 32 2C
Octal 251 71 230 0 102 12 42 465 62 54
Binary 10101001 111001 10011000 0 1000010 1010 100010 100110101 110010 101100

Color Harmonies of #A93998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93998

Black with #A93998

Text Example


Text Example

White with #A93998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93998; }

 p { color: rgb(169,57,152); }

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

background-color css

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

 a { background-color: rgb(169,57,152); }

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

border-color css

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

 span { border-color: rgb(169,57,152); }

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