Html Css Color HEX #A1287B Medium Red Violet

📋 copy color: '#A1287B'

red 161 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #A1287B

Tints of Medium Red Violet #A1287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 49.69%
G = 12.35%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1287B (or 0xA1287B) is known color: Medium Red Violet. HEX triplet: A1, 28 and 7B. RGB value is (161,40,123). Sum of RGB (Red+Green+Blue) = 161+40+123=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1287B is #5ED784. Grayscale: #555555. Windows color (decimal): -6215557 or 8071329. OLE color: 8071329.

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

Color convert

RGB 161 40 123 -
CMYK 0 0.75 0.24 0.37
HSL 318.84º 0.6% 0.39% -
HSV(B) 318.84º 0.75% 0.63% -
XYZ 19.03 10.52 19.77 -
YUV 85.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 161 40 123 0 0.75 0.24 0.37 318.84 0.6 0.39
Hex A1 28 7B 0 4B 18 25 13F 3C 27
Octal 241 50 173 0 113 30 45 477 74 47
Binary 10100001 101000 1111011 0 1001011 11000 100101 100111111 111100 100111

Color Harmonies of #A1287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1287B

Black with #A1287B

Text Example


Text Example

White with #A1287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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