Html Css Color HEX #A04086 Medium Red Violet

📋 copy color: '#A04086'

red 160 ◦ green 64 ◦ blue 134

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

Shades of Medium Red Violet #A04086

Tints of Medium Red Violet #A04086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 44.69%
G = 17.88%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A04086 (or 0xA04086) is known color: Medium Red Violet. HEX triplet: A0, 40 and 86. RGB value is (160,64,134). Sum of RGB (Red+Green+Blue) = 160+64+134=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04086 is #5FBF79. Grayscale: #646464. Windows color (decimal): -6274938 or 8798368. OLE color: 8798368.

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

Color convert

RGB 160 64 134 -
CMYK 0 0.6 0.16 0.37
HSL 316.25º 0.43% 0.44% -
HSV(B) 316.25º 0.6% 0.63% -
XYZ 20.63 12.86 23.95 -
YUV 100.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 160 64 134 0 0.6 0.16 0.37 316.25 0.43 0.44
Hex A0 40 86 0 3C 10 25 13C 2B 2C
Octal 240 100 206 0 74 20 45 474 53 54
Binary 10100000 1000000 10000110 0 111100 10000 100101 100111100 101011 101100

Color Harmonies of #A04086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04086

Black with #A04086

Text Example


Text Example

White with #A04086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04086; }

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

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

background-color css

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

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

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

border-color css

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

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

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