Html Css Color HEX #A1197C Dark Purple

📋 copy color: '#A1197C'

red 161 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #A1197C

Tints of Dark Purple #A1197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 51.94%
G = 8.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1197C (or 0xA1197C) is known color: Dark Purple. HEX triplet: A1, 19 and 7C. RGB value is (161,25,124). Sum of RGB (Red+Green+Blue) = 161+25+124=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1197C is #5EE683. Grayscale: #4C4C4C. Windows color (decimal): -6219396 or 8133025. OLE color: 8133025.

HSL color Cylindrical-coordinate representation of color #A1197C: hue angle of 316.32º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1197C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 25 124 -
CMYK 0 0.84 0.23 0.37
HSL 316.32º 0.73% 0.36% -
HSV(B) 316.32º 0.84% 0.63% -
XYZ 18.68 9.73 19.96 -
YUV 76.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 161 25 124 0 0.84 0.23 0.37 316.32 0.73 0.36
Hex A1 19 7C 0 54 17 25 13C 49 24
Octal 241 31 174 0 124 27 45 474 111 44
Binary 10100001 11001 1111100 0 1010100 10111 100101 100111100 1001001 100100

Color Harmonies of #A1197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1197C

Black with #A1197C

Text Example


Text Example

White with #A1197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1197C; }

 p { color: rgb(161,25,124); }

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

background-color css

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

 a { background-color: rgb(161,25,124); }

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

border-color css

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

 span { border-color: rgb(161,25,124); }

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