Html Css Color HEX #A34684 Medium Red Violet

📋 copy color: '#A34684'

red 163 ◦ green 70 ◦ blue 132

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

Shades of Medium Red Violet #A34684

Tints of Medium Red Violet #A34684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 44.66%
G = 19.18%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A34684 (or 0xA34684) is known color: Medium Red Violet. HEX triplet: A3, 46 and 84. RGB value is (163,70,132). Sum of RGB (Red+Green+Blue) = 163+70+132=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A34684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34684 is #5CB97B. Grayscale: #686868. Windows color (decimal): -6076796 or 8668835. OLE color: 8668835.

HSL color Cylindrical-coordinate representation of color #A34684: hue angle of 320º 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 #A34684 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 132 -
CMYK 0 0.57 0.19 0.36
HSL 320º 0.4% 0.46% -
HSV(B) 320º 0.57% 0.64% -
XYZ 21.46 13.83 23.37 -
YUV 104.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 163 70 132 0 0.57 0.19 0.36 320 0.4 0.46
Hex A3 46 84 0 39 13 24 140 28 2E
Octal 243 106 204 0 71 23 44 500 50 56
Binary 10100011 1000110 10000100 0 111001 10011 100100 101000000 101000 101110

Color Harmonies of #A34684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34684

Black with #A34684

Text Example


Text Example

White with #A34684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34684; }

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

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

background-color css

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

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

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

border-color css

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

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

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