Html Css Color HEX #A1177E Dark Purple

📋 copy color: '#A1177E'

red 161 ◦ green 23 ◦ blue 126

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

Shades of Dark Purple #A1177E

Tints of Dark Purple #A1177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 51.94%
G = 7.42%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1177E (or 0xA1177E) is known color: Dark Purple. HEX triplet: A1, 17 and 7E. RGB value is (161,23,126). Sum of RGB (Red+Green+Blue) = 161+23+126=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1177E is #5EE881. Grayscale: #4B4B4B. Windows color (decimal): -6219906 or 8263585. OLE color: 8263585.

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

Color convert

RGB 161 23 126 -
CMYK 0 0.86 0.22 0.37
HSL 315.22º 0.75% 0.36% -
HSV(B) 315.22º 0.86% 0.63% -
XYZ 18.77 9.7 20.62 -
YUV 76 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 161 23 126 0 0.86 0.22 0.37 315.22 0.75 0.36
Hex A1 17 7E 0 56 16 25 13B 4B 24
Octal 241 27 176 0 126 26 45 473 113 44
Binary 10100001 10111 1111110 0 1010110 10110 100101 100111011 1001011 100100

Color Harmonies of #A1177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1177E

Black with #A1177E

Text Example


Text Example

White with #A1177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1177E; }

 p { color: rgb(161,23,126); }

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

background-color css

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

 a { background-color: rgb(161,23,126); }

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

border-color css

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

 span { border-color: rgb(161,23,126); }

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