Html Css Color HEX #A1157C Dark Purple

📋 copy color: '#A1157C'

red 161 ◦ green 21 ◦ blue 124

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

Shades of Dark Purple #A1157C

Tints of Dark Purple #A1157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 52.61%
G = 6.86%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1157C (or 0xA1157C) is known color: Dark Purple. HEX triplet: A1, 15 and 7C. RGB value is (161,21,124). Sum of RGB (Red+Green+Blue) = 161+21+124=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1157C is #5EEA83. Grayscale: #4A4A4A. Windows color (decimal): -6220420 or 8132001. OLE color: 8132001.

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

Color convert

RGB 161 21 124 -
CMYK 0 0.87 0.23 0.37
HSL 315.86º 0.77% 0.36% -
HSV(B) 315.86º 0.87% 0.63% -
XYZ 18.6 9.57 19.94 -
YUV 74.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 161 21 124 0 0.87 0.23 0.37 315.86 0.77 0.36
Hex A1 15 7C 0 57 17 25 13C 4D 24
Octal 241 25 174 0 127 27 45 474 115 44
Binary 10100001 10101 1111100 0 1010111 10111 100101 100111100 1001101 100100

Color Harmonies of #A1157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1157C

Black with #A1157C

Text Example


Text Example

White with #A1157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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