Html Css Color HEX #A3468D Medium Red Violet

📋 copy color: '#A3468D'

red 163 ◦ green 70 ◦ blue 141

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

Shades of Medium Red Violet #A3468D

Tints of Medium Red Violet #A3468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 43.58%
G = 18.72%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3468D (or 0xA3468D) is known color: Medium Red Violet. HEX triplet: A3, 46 and 8D. RGB value is (163,70,141). Sum of RGB (Red+Green+Blue) = 163+70+141=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3468D is #5CB972. Grayscale: #696969. Windows color (decimal): -6076787 or 9258659. OLE color: 9258659.

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

Color convert

RGB 163 70 141 -
CMYK 0 0.57 0.13 0.36
HSL 314.19º 0.4% 0.46% -
HSV(B) 314.19º 0.57% 0.64% -
XYZ 22.1 14.09 26.75 -
YUV 105.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 163 70 141 0 0.57 0.13 0.36 314.19 0.4 0.46
Hex A3 46 8D 0 39 D 24 13A 28 2E
Octal 243 106 215 0 71 15 44 472 50 56
Binary 10100011 1000110 10001101 0 111001 1101 100100 100111010 101000 101110

Color Harmonies of #A3468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3468D

Black with #A3468D

Text Example


Text Example

White with #A3468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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