Html Css Color HEX #A3468B Medium Red Violet

📋 copy color: '#A3468B'

red 163 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #A3468B

Tints of Medium Red Violet #A3468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 43.82%
G = 18.82%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3468B (or 0xA3468B) is known color: Medium Red Violet. HEX triplet: A3, 46 and 8B. RGB value is (163,70,139). Sum of RGB (Red+Green+Blue) = 163+70+139=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3468B is #5CB974. Grayscale: #696969. Windows color (decimal): -6076789 or 9127587. OLE color: 9127587.

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

Color convert

RGB 163 70 139 -
CMYK 0 0.57 0.15 0.36
HSL 315.48º 0.4% 0.46% -
HSV(B) 315.48º 0.57% 0.64% -
XYZ 21.95 14.03 25.98 -
YUV 105.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 163 70 139 0 0.57 0.15 0.36 315.48 0.4 0.46
Hex A3 46 8B 0 39 F 24 13B 28 2E
Octal 243 106 213 0 71 17 44 473 50 56
Binary 10100011 1000110 10001011 0 111001 1111 100100 100111011 101000 101110

Color Harmonies of #A3468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3468B

Black with #A3468B

Text Example


Text Example

White with #A3468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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