Html Css Color HEX #A1297F Medium Red Violet

📋 copy color: '#A1297F'

red 161 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #A1297F

Tints of Medium Red Violet #A1297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

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

R = 48.94%
G = 12.46%
B = 38.6%

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

#A1297F (or 0xA1297F) is known color: Medium Red Violet. HEX triplet: A1, 29 and 7F. RGB value is (161,41,127). Sum of RGB (Red+Green+Blue) = 161+41+127=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A1297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1297F is #5ED680. Grayscale: #565656. Windows color (decimal): -6215297 or 8333729. OLE color: 8333729.

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

Color convert

RGB 161 41 127 -
CMYK 0 0.75 0.21 0.37
HSL 317º 0.59% 0.4% -
HSV(B) 317º 0.75% 0.63% -
XYZ 19.32 10.7 21.12 -
YUV 86.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 161 41 127 0 0.75 0.21 0.37 317 0.59 0.4
Hex A1 29 7F 0 4B 15 25 13D 3B 28
Octal 241 51 177 0 113 25 45 475 73 50
Binary 10100001 101001 1111111 0 1001011 10101 100101 100111101 111011 101000

Color Harmonies of #A1297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1297F

Black with #A1297F

Text Example


Text Example

White with #A1297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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