Html Css Color HEX #A03495 Medium Red Violet

📋 copy color: '#A03495'

red 160 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #A03495

Tints of Medium Red Violet #A03495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 44.32%
G = 14.4%
B = 41.27%

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

#A03495 (or 0xA03495) is known color: Medium Red Violet. HEX triplet: A0, 34 and 95. RGB value is (160,52,149). Sum of RGB (Red+Green+Blue) = 160+52+149=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03495 is #5FCB6A. Grayscale: #5F5F5F. Windows color (decimal): -6277995 or 9778336. OLE color: 9778336.

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

Color convert

RGB 160 52 149 -
CMYK 0 0.68 0.07 0.37
HSL 306.11º 0.51% 0.42% -
HSV(B) 306.11º 0.68% 0.63% -
XYZ 21.15 12.1 29.65 -
YUV 95.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 160 52 149 0 0.68 0.07 0.37 306.11 0.51 0.42
Hex A0 34 95 0 44 7 25 132 33 2A
Octal 240 64 225 0 104 7 45 462 63 52
Binary 10100000 110100 10010101 0 1000100 111 100101 100110010 110011 101010

Color Harmonies of #A03495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03495

Black with #A03495

Text Example


Text Example

White with #A03495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03495; }

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

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

background-color css

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

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

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

border-color css

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

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

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