Html Css Color HEX #A1197F Dark Purple

📋 copy color: '#A1197F'

red 161 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #A1197F

Tints of Dark Purple #A1197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 51.44%
G = 7.99%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1197F (or 0xA1197F) is known color: Dark Purple. HEX triplet: A1, 19 and 7F. RGB value is (161,25,127). Sum of RGB (Red+Green+Blue) = 161+25+127=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A1197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1197F is #5EE680. Grayscale: #4D4D4D. Windows color (decimal): -6219393 or 8329633. OLE color: 8329633.

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

Color convert

RGB 161 25 127 -
CMYK 0 0.84 0.21 0.37
HSL 315º 0.73% 0.36% -
HSV(B) 315º 0.84% 0.63% -
XYZ 18.88 9.8 20.98 -
YUV 77.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 161 25 127 0 0.84 0.21 0.37 315 0.73 0.36
Hex A1 19 7F 0 54 15 25 13B 49 24
Octal 241 31 177 0 124 25 45 473 111 44
Binary 10100001 11001 1111111 0 1010100 10101 100101 100111011 1001001 100100

Color Harmonies of #A1197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1197F

Black with #A1197F

Text Example


Text Example

White with #A1197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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