Html Css Color HEX #A34682 Medium Red Violet

📋 copy color: '#A34682'

red 163 ◦ green 70 ◦ blue 130

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

Shades of Medium Red Violet #A34682

Tints of Medium Red Violet #A34682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 44.9%
G = 19.28%
B = 35.81%

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

#A34682 (or 0xA34682) is known color: Medium Red Violet. HEX triplet: A3, 46 and 82. RGB value is (163,70,130). Sum of RGB (Red+Green+Blue) = 163+70+130=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A34682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34682 is #5CB97D. Grayscale: #686868. Windows color (decimal): -6076798 or 8537763. OLE color: 8537763.

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

Color convert

RGB 163 70 130 -
CMYK 0 0.57 0.20 0.36
HSL 321.29º 0.4% 0.46% -
HSV(B) 321.29º 0.57% 0.64% -
XYZ 21.32 13.78 22.65 -
YUV 104.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 163 70 130 0 0.57 0.20 0.36 321.29 0.4 0.46
Hex A3 46 82 0 39 14 24 141 28 2E
Octal 243 106 202 0 71 24 44 501 50 56
Binary 10100011 1000110 10000010 0 111001 10100 100100 101000001 101000 101110

Color Harmonies of #A34682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34682

Black with #A34682

Text Example


Text Example

White with #A34682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34682; }

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

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

background-color css

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

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

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

border-color css

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

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

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