Html Css Color HEX #A1287F Medium Red Violet

📋 copy color: '#A1287F'

red 161 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #A1287F

Tints of Medium Red Violet #A1287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.72%

R = 49.09%
G = 12.2%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1287F (or 0xA1287F) is known color: Medium Red Violet. HEX triplet: A1, 28 and 7F. RGB value is (161,40,127). Sum of RGB (Red+Green+Blue) = 161+40+127=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1287F is #5ED780. Grayscale: #555555. Windows color (decimal): -6215553 or 8333473. OLE color: 8333473.

HSL color Cylindrical-coordinate representation of color #A1287F: hue angle of 316.86º 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 #A1287F is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 127 -
CMYK 0 0.75 0.21 0.37
HSL 316.86º 0.6% 0.39% -
HSV(B) 316.86º 0.75% 0.63% -
XYZ 19.29 10.63 21.11 -
YUV 86.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 161 40 127 0 0.75 0.21 0.37 316.86 0.6 0.39
Hex A1 28 7F 0 4B 15 25 13D 3C 27
Octal 241 50 177 0 113 25 45 475 74 47
Binary 10100001 101000 1111111 0 1001011 10101 100101 100111101 111100 100111

Color Harmonies of #A1287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1287F

Black with #A1287F

Text Example


Text Example

White with #A1287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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