Html Css Color HEX #A1177A Dark Purple

📋 copy color: '#A1177A'

red 161 ◦ green 23 ◦ blue 122

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

Shades of Dark Purple #A1177A

Tints of Dark Purple #A1177A

RGB

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

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

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

R = 52.61%
G = 7.52%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1177A (or 0xA1177A) is known color: Dark Purple. HEX triplet: A1, 17 and 7A. RGB value is (161,23,122). Sum of RGB (Red+Green+Blue) = 161+23+122=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1177A is #5EE885. Grayscale: #4B4B4B. Windows color (decimal): -6219910 or 8001441. OLE color: 8001441.

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

Color convert

RGB 161 23 122 -
CMYK 0 0.86 0.24 0.37
HSL 316.96º 0.75% 0.36% -
HSV(B) 316.96º 0.86% 0.63% -
XYZ 18.52 9.6 19.29 -
YUV 75.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 161 23 122 0 0.86 0.24 0.37 316.96 0.75 0.36
Hex A1 17 7A 0 56 18 25 13D 4B 24
Octal 241 27 172 0 126 30 45 475 113 44
Binary 10100001 10111 1111010 0 1010110 11000 100101 100111101 1001011 100100

Color Harmonies of #A1177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1177A

Black with #A1177A

Text Example


Text Example

White with #A1177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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