Html Css Color HEX #A03595 Medium Red Violet

📋 copy color: '#A03595'

red 160 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #A03595

Tints of Medium Red Violet #A03595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.64%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 44.2%
G = 14.64%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A03595 (or 0xA03595) is known color: Medium Red Violet. HEX triplet: A0, 35 and 95. RGB value is (160,53,149). Sum of RGB (Red+Green+Blue) = 160+53+149=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A03595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03595 is #5FCA6A. Grayscale: #5F5F5F. Windows color (decimal): -6277739 or 9778592. OLE color: 9778592.

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

Color convert

RGB 160 53 149 -
CMYK 0 0.67 0.07 0.37
HSL 306.17º 0.5% 0.42% -
HSV(B) 306.17º 0.67% 0.63% -
XYZ 21.2 12.19 29.67 -
YUV 95.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 160 53 149 0 0.67 0.07 0.37 306.17 0.5 0.42
Hex A0 35 95 0 43 7 25 132 32 2A
Octal 240 65 225 0 103 7 45 462 62 52
Binary 10100000 110101 10010101 0 1000011 111 100101 100110010 110010 101010

Color Harmonies of #A03595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03595

Black with #A03595

Text Example


Text Example

White with #A03595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03595; }

 p { color: rgb(160,53,149); }

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

background-color css

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

 a { background-color: rgb(160,53,149); }

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

border-color css

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

 span { border-color: rgb(160,53,149); }

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