Html Css Color HEX #A34086 Medium Red Violet

📋 copy color: '#A34086'

red 163 ◦ green 64 ◦ blue 134

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

Shades of Medium Red Violet #A34086

Tints of Medium Red Violet #A34086

RGB

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

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

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

R = 45.15%
G = 17.73%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A34086 (or 0xA34086) is known color: Medium Red Violet. HEX triplet: A3, 40 and 86. RGB value is (163,64,134). Sum of RGB (Red+Green+Blue) = 163+64+134=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34086 is #5CBF79. Grayscale: #656565. Windows color (decimal): -6078330 or 8798371. OLE color: 8798371.

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

Color convert

RGB 163 64 134 -
CMYK 0 0.61 0.18 0.36
HSL 317.58º 0.44% 0.45% -
HSV(B) 317.58º 0.61% 0.64% -
XYZ 21.24 13.17 23.98 -
YUV 101.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 163 64 134 0 0.61 0.18 0.36 317.58 0.44 0.45
Hex A3 40 86 0 3D 12 24 13E 2C 2D
Octal 243 100 206 0 75 22 44 476 54 55
Binary 10100011 1000000 10000110 0 111101 10010 100100 100111110 101100 101101

Color Harmonies of #A34086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34086

Black with #A34086

Text Example


Text Example

White with #A34086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34086; }

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

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

background-color css

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

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

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

border-color css

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

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

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