Html Css Color HEX #A34686 Medium Red Violet

📋 copy color: '#A34686'

red 163 ◦ green 70 ◦ blue 134

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

Shades of Medium Red Violet #A34686

Tints of Medium Red Violet #A34686

RGB

 RED value IS 163 (64.06% from 255) = 44.41%

 GREEN value IS 70 (27.73% from 255) = 19.07%

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

R = 44.41%
G = 19.07%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A34686 (or 0xA34686) is known color: Medium Red Violet. HEX triplet: A3, 46 and 86. RGB value is (163,70,134). Sum of RGB (Red+Green+Blue) = 163+70+134=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A34686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34686 is #5CB979. Grayscale: #686868. Windows color (decimal): -6076794 or 8799907. OLE color: 8799907.

HSL color Cylindrical-coordinate representation of color #A34686: hue angle of 318.71º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34686 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 134 -
CMYK 0 0.57 0.18 0.36
HSL 318.71º 0.4% 0.46% -
HSV(B) 318.71º 0.57% 0.64% -
XYZ 21.6 13.89 24.1 -
YUV 105.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 163 70 134 0 0.57 0.18 0.36 318.71 0.4 0.46
Hex A3 46 86 0 39 12 24 13F 28 2E
Octal 243 106 206 0 71 22 44 477 50 56
Binary 10100011 1000110 10000110 0 111001 10010 100100 100111111 101000 101110

Color Harmonies of #A34686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34686

Black with #A34686

Text Example


Text Example

White with #A34686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34686; }

 p { color: rgb(163,70,134); }

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

background-color css

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

 a { background-color: rgb(163,70,134); }

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

border-color css

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

 span { border-color: rgb(163,70,134); }

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