Html Css Color HEX #A03395 Medium Red Violet

📋 copy color: '#A03395'

red 160 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #A03395

Tints of Medium Red Violet #A03395

RGB

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

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

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

R = 44.44%
G = 14.17%
B = 41.39%

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

#A03395 (or 0xA03395) is known color: Medium Red Violet. HEX triplet: A0, 33 and 95. RGB value is (160,51,149). Sum of RGB (Red+Green+Blue) = 160+51+149=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03395 is #5FCC6A. Grayscale: #5E5E5E. Windows color (decimal): -6278251 or 9778080. OLE color: 9778080.

HSL color Cylindrical-coordinate representation of color #A03395: hue angle of 306.06º 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 #A03395 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 149 -
CMYK 0 0.68 0.07 0.37
HSL 306.06º 0.52% 0.41% -
HSV(B) 306.06º 0.68% 0.63% -
XYZ 21.11 12.01 29.64 -
YUV 94.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 160 51 149 0 0.68 0.07 0.37 306.06 0.52 0.41
Hex A0 33 95 0 44 7 25 132 34 29
Octal 240 63 225 0 104 7 45 462 64 51
Binary 10100000 110011 10010101 0 1000100 111 100101 100110010 110100 101001

Color Harmonies of #A03395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03395

Black with #A03395

Text Example


Text Example

White with #A03395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03395; }

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

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

background-color css

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

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

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

border-color css

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

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

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