Html Css Color HEX #A3478B Medium Red Violet

📋 copy color: '#A3478B'

red 163 ◦ green 71 ◦ blue 139

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

Shades of Medium Red Violet #A3478B

Tints of Medium Red Violet #A3478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

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

R = 43.7%
G = 19.03%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3478B (or 0xA3478B) is known color: Medium Red Violet. HEX triplet: A3, 47 and 8B. RGB value is (163,71,139). Sum of RGB (Red+Green+Blue) = 163+71+139=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3478B is #5CB874. Grayscale: #6A6A6A. Windows color (decimal): -6076533 or 9127843. OLE color: 9127843.

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

Color convert

RGB 163 71 139 -
CMYK 0 0.56 0.15 0.36
HSL 315.65º 0.39% 0.46% -
HSV(B) 315.65º 0.56% 0.64% -
XYZ 22.02 14.16 26 -
YUV 106.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 163 71 139 0 0.56 0.15 0.36 315.65 0.39 0.46
Hex A3 47 8B 0 38 F 24 13C 27 2E
Octal 243 107 213 0 70 17 44 474 47 56
Binary 10100011 1000111 10001011 0 111000 1111 100100 100111100 100111 101110

Color Harmonies of #A3478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3478B

Black with #A3478B

Text Example


Text Example

White with #A3478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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