Html Css Color HEX #A1297D Medium Red Violet

📋 copy color: '#A1297D'

red 161 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #A1297D

Tints of Medium Red Violet #A1297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 49.24%
G = 12.54%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1297D (or 0xA1297D) is known color: Medium Red Violet. HEX triplet: A1, 29 and 7D. RGB value is (161,41,125). Sum of RGB (Red+Green+Blue) = 161+41+125=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1297D is #5ED682. Grayscale: #565656. Windows color (decimal): -6215299 or 8202657. OLE color: 8202657.

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

Color convert

RGB 161 41 125 -
CMYK 0 0.75 0.22 0.37
HSL 318º 0.59% 0.4% -
HSV(B) 318º 0.75% 0.63% -
XYZ 19.19 10.64 20.44 -
YUV 86.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 161 41 125 0 0.75 0.22 0.37 318 0.59 0.4
Hex A1 29 7D 0 4B 16 25 13E 3B 28
Octal 241 51 175 0 113 26 45 476 73 50
Binary 10100001 101001 1111101 0 1001011 10110 100101 100111110 111011 101000

Color Harmonies of #A1297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1297D

Black with #A1297D

Text Example


Text Example

White with #A1297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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