Html Css Color HEX #A1478B Medium Red Violet

📋 copy color: '#A1478B'

red 161 ◦ green 71 ◦ blue 139

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

Shades of Medium Red Violet #A1478B

Tints of Medium Red Violet #A1478B

RGB

 RED value IS 161 (63.28% from 255) = 43.4%

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

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

R = 43.4%
G = 19.14%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1478B (or 0xA1478B) is known color: Medium Red Violet. HEX triplet: A1, 47 and 8B. RGB value is (161,71,139). Sum of RGB (Red+Green+Blue) = 161+71+139=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1478B is #5EB874. Grayscale: #696969. Windows color (decimal): -6207605 or 9127841. OLE color: 9127841.

HSL color Cylindrical-coordinate representation of color #A1478B: hue angle of 314.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1478B is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 139 -
CMYK 0 0.56 0.14 0.37
HSL 314.67º 0.39% 0.45% -
HSV(B) 314.67º 0.56% 0.63% -
XYZ 21.61 13.95 25.98 -
YUV 105.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 161 71 139 0 0.56 0.14 0.37 314.67 0.39 0.45
Hex A1 47 8B 0 38 E 25 13B 27 2D
Octal 241 107 213 0 70 16 45 473 47 55
Binary 10100001 1000111 10001011 0 111000 1110 100101 100111011 100111 101101

Color Harmonies of #A1478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1478B

Black with #A1478B

Text Example


Text Example

White with #A1478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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