Html Css Color HEX #A03886 Medium Red Violet

📋 copy color: '#A03886'

red 160 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #A03886

Tints of Medium Red Violet #A03886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 45.71%
G = 16%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A03886 (or 0xA03886) is known color: Medium Red Violet. HEX triplet: A0, 38 and 86. RGB value is (160,56,134). Sum of RGB (Red+Green+Blue) = 160+56+134=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A03886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03886 is #5FC779. Grayscale: #5F5F5F. Windows color (decimal): -6276986 or 8796320. OLE color: 8796320.

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

Color convert

RGB 160 56 134 -
CMYK 0 0.65 0.16 0.37
HSL 315º 0.48% 0.42% -
HSV(B) 315º 0.65% 0.63% -
XYZ 20.21 12.02 23.81 -
YUV 95.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 160 56 134 0 0.65 0.16 0.37 315 0.48 0.42
Hex A0 38 86 0 41 10 25 13B 30 2A
Octal 240 70 206 0 101 20 45 473 60 52
Binary 10100000 111000 10000110 0 1000001 10000 100101 100111011 110000 101010

Color Harmonies of #A03886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03886

Black with #A03886

Text Example


Text Example

White with #A03886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03886; }

 p { color: rgb(160,56,134); }

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

background-color css

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

 a { background-color: rgb(160,56,134); }

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

border-color css

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

 span { border-color: rgb(160,56,134); }

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