Html Css Color HEX #A1387B Medium Red Violet

📋 copy color: '#A1387B'

red 161 ◦ green 56 ◦ blue 123

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

Shades of Medium Red Violet #A1387B

Tints of Medium Red Violet #A1387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 47.35%
G = 16.47%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1387B (or 0xA1387B) is known color: Medium Red Violet. HEX triplet: A1, 38 and 7B. RGB value is (161,56,123). Sum of RGB (Red+Green+Blue) = 161+56+123=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1387B is #5EC784. Grayscale: #5E5E5E. Windows color (decimal): -6211461 or 8075425. OLE color: 8075425.

HSL color Cylindrical-coordinate representation of color #A1387B: hue angle of 321.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1387B is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 123 -
CMYK 0 0.65 0.24 0.37
HSL 321.71º 0.48% 0.43% -
HSV(B) 321.71º 0.65% 0.63% -
XYZ 19.69 11.84 19.99 -
YUV 95.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 161 56 123 0 0.65 0.24 0.37 321.71 0.48 0.43
Hex A1 38 7B 0 41 18 25 142 30 2B
Octal 241 70 173 0 101 30 45 502 60 53
Binary 10100001 111000 1111011 0 1000001 11000 100101 101000010 110000 101011

Color Harmonies of #A1387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1387B

Black with #A1387B

Text Example


Text Example

White with #A1387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1387B; }

 p { color: rgb(161,56,123); }

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

background-color css

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

 a { background-color: rgb(161,56,123); }

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

border-color css

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

 span { border-color: rgb(161,56,123); }

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