Html Css Color HEX #A1197B Dark Purple

📋 copy color: '#A1197B'

red 161 ◦ green 25 ◦ blue 123

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

Shades of Dark Purple #A1197B

Tints of Dark Purple #A1197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 52.1%
G = 8.09%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1197B (or 0xA1197B) is known color: Dark Purple. HEX triplet: A1, 19 and 7B. RGB value is (161,25,123). Sum of RGB (Red+Green+Blue) = 161+25+123=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1197B is #5EE684. Grayscale: #4C4C4C. Windows color (decimal): -6219397 or 8067489. OLE color: 8067489.

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

Color convert

RGB 161 25 123 -
CMYK 0 0.84 0.24 0.37
HSL 316.76º 0.73% 0.36% -
HSV(B) 316.76º 0.84% 0.63% -
XYZ 18.62 9.7 19.63 -
YUV 76.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 161 25 123 0 0.84 0.24 0.37 316.76 0.73 0.36
Hex A1 19 7B 0 54 18 25 13D 49 24
Octal 241 31 173 0 124 30 45 475 111 44
Binary 10100001 11001 1111011 0 1010100 11000 100101 100111101 1001001 100100

Color Harmonies of #A1197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1197B

Black with #A1197B

Text Example


Text Example

White with #A1197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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