Html Css Color HEX #A03394 Medium Red Violet

📋 copy color: '#A03394'

red 160 ◦ green 51 ◦ blue 148

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

Shades of Medium Red Violet #A03394

Tints of Medium Red Violet #A03394

RGB

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

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

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

R = 44.57%
G = 14.21%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A03394 (or 0xA03394) is known color: Medium Red Violet. HEX triplet: A0, 33 and 94. RGB value is (160,51,148). Sum of RGB (Red+Green+Blue) = 160+51+148=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A03394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03394 is #5FCC6B. Grayscale: #5E5E5E. Windows color (decimal): -6278252 or 9712544. OLE color: 9712544.

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

Color convert

RGB 160 51 148 -
CMYK 0 0.68 0.07 0.37
HSL 306.61º 0.52% 0.41% -
HSV(B) 306.61º 0.68% 0.63% -
XYZ 21.03 11.98 29.22 -
YUV 94.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 160 51 148 0 0.68 0.07 0.37 306.61 0.52 0.41
Hex A0 33 94 0 44 7 25 133 34 29
Octal 240 63 224 0 104 7 45 463 64 51
Binary 10100000 110011 10010100 0 1000100 111 100101 100110011 110100 101001

Color Harmonies of #A03394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03394

Black with #A03394

Text Example


Text Example

White with #A03394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03394; }

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

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

background-color css

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

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

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

border-color css

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

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

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