Html Css Color HEX #A1197D Dark Purple

📋 copy color: '#A1197D'

red 161 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #A1197D

Tints of Dark Purple #A1197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 51.77%
G = 8.04%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1197D (or 0xA1197D) is known color: Dark Purple. HEX triplet: A1, 19 and 7D. RGB value is (161,25,125). Sum of RGB (Red+Green+Blue) = 161+25+125=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1197D is #5EE682. Grayscale: #4C4C4C. Windows color (decimal): -6219395 or 8198561. OLE color: 8198561.

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

Color convert

RGB 161 25 125 -
CMYK 0 0.84 0.22 0.37
HSL 315.88º 0.73% 0.36% -
HSV(B) 315.88º 0.84% 0.63% -
XYZ 18.75 9.75 20.3 -
YUV 77.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 161 25 125 0 0.84 0.22 0.37 315.88 0.73 0.36
Hex A1 19 7D 0 54 16 25 13C 49 24
Octal 241 31 175 0 124 26 45 474 111 44
Binary 10100001 11001 1111101 0 1010100 10110 100101 100111100 1001001 100100

Color Harmonies of #A1197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1197D

Black with #A1197D

Text Example


Text Example

White with #A1197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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