Html Css Color HEX #A34983 Medium Red Violet

📋 copy color: '#A34983'

red 163 ◦ green 73 ◦ blue 131

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

Shades of Medium Red Violet #A34983

Tints of Medium Red Violet #A34983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

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

R = 44.41%
G = 19.89%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34983 (or 0xA34983) is known color: Medium Red Violet. HEX triplet: A3, 49 and 83. RGB value is (163,73,131). Sum of RGB (Red+Green+Blue) = 163+73+131=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A34983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34983 is #5CB67C. Grayscale: #6A6A6A. Windows color (decimal): -6076029 or 8604067. OLE color: 8604067.

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

Color convert

RGB 163 73 131 -
CMYK 0 0.55 0.20 0.36
HSL 321.33º 0.38% 0.46% -
HSV(B) 321.33º 0.55% 0.64% -
XYZ 21.58 14.19 23.07 -
YUV 106.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 163 73 131 0 0.55 0.20 0.36 321.33 0.38 0.46
Hex A3 49 83 0 37 14 24 141 26 2E
Octal 243 111 203 0 67 24 44 501 46 56
Binary 10100011 1001001 10000011 0 110111 10100 100100 101000001 100110 101110

Color Harmonies of #A34983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34983

Black with #A34983

Text Example


Text Example

White with #A34983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34983; }

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

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

background-color css

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

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

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

border-color css

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

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

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