Html Css Color HEX #A34486 Medium Red Violet

📋 copy color: '#A34486'

red 163 ◦ green 68 ◦ blue 134

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

Shades of Medium Red Violet #A34486

Tints of Medium Red Violet #A34486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 44.66%
G = 18.63%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A34486 (or 0xA34486) is known color: Medium Red Violet. HEX triplet: A3, 44 and 86. RGB value is (163,68,134). Sum of RGB (Red+Green+Blue) = 163+68+134=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A34486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34486 is #5CBB79. Grayscale: #676767. Windows color (decimal): -6077306 or 8799395. OLE color: 8799395.

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

Color convert

RGB 163 68 134 -
CMYK 0 0.58 0.18 0.36
HSL 318.32º 0.41% 0.45% -
HSV(B) 318.32º 0.58% 0.64% -
XYZ 21.47 13.64 24.06 -
YUV 103.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 163 68 134 0 0.58 0.18 0.36 318.32 0.41 0.45
Hex A3 44 86 0 3A 12 24 13E 29 2D
Octal 243 104 206 0 72 22 44 476 51 55
Binary 10100011 1000100 10000110 0 111010 10010 100100 100111110 101001 101101

Color Harmonies of #A34486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34486

Black with #A34486

Text Example


Text Example

White with #A34486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34486; }

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

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

background-color css

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

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

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

border-color css

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

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

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