Html Css Color HEX #A03994 Medium Red Violet

📋 copy color: '#A03994'

red 160 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #A03994

Tints of Medium Red Violet #A03994

RGB

 RED value IS 160 (62.89% from 255) = 43.84%

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 43.84%
G = 15.62%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A03994 (or 0xA03994) is known color: Medium Red Violet. HEX triplet: A0, 39 and 94. RGB value is (160,57,148). Sum of RGB (Red+Green+Blue) = 160+57+148=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A03994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03994 is #5FC66B. Grayscale: #616161. Windows color (decimal): -6276716 or 9714080. OLE color: 9714080.

HSL color Cylindrical-coordinate representation of color #A03994: hue angle of 306.99º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03994 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 148 -
CMYK 0 0.64 0.07 0.37
HSL 306.99º 0.47% 0.43% -
HSV(B) 306.99º 0.64% 0.63% -
XYZ 21.31 12.54 29.31 -
YUV 98.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 160 57 148 0 0.64 0.07 0.37 306.99 0.47 0.43
Hex A0 39 94 0 40 7 25 133 2F 2B
Octal 240 71 224 0 100 7 45 463 57 53
Binary 10100000 111001 10010100 0 1000000 111 100101 100110011 101111 101011

Color Harmonies of #A03994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03994

Black with #A03994

Text Example


Text Example

White with #A03994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03994; }

 p { color: rgb(160,57,148); }

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

background-color css

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

 a { background-color: rgb(160,57,148); }

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

border-color css

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

 span { border-color: rgb(160,57,148); }

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