Html Css Color HEX #A3478D Medium Red Violet

📋 copy color: '#A3478D'

red 163 ◦ green 71 ◦ blue 141

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

Shades of Medium Red Violet #A3478D

Tints of Medium Red Violet #A3478D

RGB

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

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

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

R = 43.47%
G = 18.93%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3478D (or 0xA3478D) is known color: Medium Red Violet. HEX triplet: A3, 47 and 8D. RGB value is (163,71,141). Sum of RGB (Red+Green+Blue) = 163+71+141=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3478D is #5CB872. Grayscale: #6A6A6A. Windows color (decimal): -6076531 or 9258915. OLE color: 9258915.

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

Color convert

RGB 163 71 141 -
CMYK 0 0.56 0.13 0.36
HSL 314.35º 0.39% 0.46% -
HSV(B) 314.35º 0.56% 0.64% -
XYZ 22.17 14.22 26.78 -
YUV 106.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 163 71 141 0 0.56 0.13 0.36 314.35 0.39 0.46
Hex A3 47 8D 0 38 D 24 13A 27 2E
Octal 243 107 215 0 70 15 44 472 47 56
Binary 10100011 1000111 10001101 0 111000 1101 100100 100111010 100111 101110

Color Harmonies of #A3478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3478D

Black with #A3478D

Text Example


Text Example

White with #A3478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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