Html Css Color HEX #A1297A Medium Red Violet

📋 copy color: '#A1297A'

red 161 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #A1297A

Tints of Medium Red Violet #A1297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 49.69%
G = 12.65%
B = 37.65%

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

#A1297A (or 0xA1297A) is known color: Medium Red Violet. HEX triplet: A1, 29 and 7A. RGB value is (161,41,122). Sum of RGB (Red+Green+Blue) = 161+41+122=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1297A is #5ED685. Grayscale: #555555. Windows color (decimal): -6215302 or 8006049. OLE color: 8006049.

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

Color convert

RGB 161 41 122 -
CMYK 0 0.75 0.24 0.37
HSL 319.5º 0.59% 0.4% -
HSV(B) 319.5º 0.75% 0.63% -
XYZ 19 10.57 19.45 -
YUV 86.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 161 41 122 0 0.75 0.24 0.37 319.5 0.59 0.4
Hex A1 29 7A 0 4B 18 25 140 3B 28
Octal 241 51 172 0 113 30 45 500 73 50
Binary 10100001 101001 1111010 0 1001011 11000 100101 101000000 111011 101000

Color Harmonies of #A1297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1297A

Black with #A1297A

Text Example


Text Example

White with #A1297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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