Html Css Color HEX #A1298B Medium Red Violet

📋 copy color: '#A1298B'

red 161 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #A1298B

Tints of Medium Red Violet #A1298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 47.21%
G = 12.02%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1298B (or 0xA1298B) is known color: Medium Red Violet. HEX triplet: A1, 29 and 8B. RGB value is (161,41,139). Sum of RGB (Red+Green+Blue) = 161+41+139=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1298B is #5ED674. Grayscale: #575757. Windows color (decimal): -6215285 or 9120161. OLE color: 9120161.

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

Color convert

RGB 161 41 139 -
CMYK 0 0.75 0.14 0.37
HSL 311º 0.59% 0.4% -
HSV(B) 311º 0.75% 0.63% -
XYZ 20.15 11.03 25.49 -
YUV 88.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 161 41 139 0 0.75 0.14 0.37 311 0.59 0.4
Hex A1 29 8B 0 4B E 25 137 3B 28
Octal 241 51 213 0 113 16 45 467 73 50
Binary 10100001 101001 10001011 0 1001011 1110 100101 100110111 111011 101000

Color Harmonies of #A1298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1298B

Black with #A1298B

Text Example


Text Example

White with #A1298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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