Html Css Color HEX #A34683 Medium Red Violet

📋 copy color: '#A34683'

red 163 ◦ green 70 ◦ blue 131

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

Shades of Medium Red Violet #A34683

Tints of Medium Red Violet #A34683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 44.78%
G = 19.23%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34683 (or 0xA34683) is known color: Medium Red Violet. HEX triplet: A3, 46 and 83. RGB value is (163,70,131). Sum of RGB (Red+Green+Blue) = 163+70+131=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A34683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34683 is #5CB97C. Grayscale: #686868. Windows color (decimal): -6076797 or 8603299. OLE color: 8603299.

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

Color convert

RGB 163 70 131 -
CMYK 0 0.57 0.20 0.36
HSL 320.65º 0.4% 0.46% -
HSV(B) 320.65º 0.57% 0.64% -
XYZ 21.39 13.81 23.01 -
YUV 104.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 163 70 131 0 0.57 0.20 0.36 320.65 0.4 0.46
Hex A3 46 83 0 39 14 24 141 28 2E
Octal 243 106 203 0 71 24 44 501 50 56
Binary 10100011 1000110 10000011 0 111001 10100 100100 101000001 101000 101110

Color Harmonies of #A34683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34683

Black with #A34683

Text Example


Text Example

White with #A34683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34683; }

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

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

background-color css

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

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

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

border-color css

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

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

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