Html Css Color HEX #A1597A Strikemaster

📋 copy color: '#A1597A'

red 161 ◦ green 89 ◦ blue 122

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

Shades of Strikemaster #A1597A

Tints of Strikemaster #A1597A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

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

R = 43.28%
G = 23.92%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1597A (or 0xA1597A) is known color: Strikemaster. HEX triplet: A1, 59 and 7A. RGB value is (161,89,122). Sum of RGB (Red+Green+Blue) = 161+89+122=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1597A is #5EA685. Grayscale: #727272. Windows color (decimal): -6203014 or 8018337. OLE color: 8018337.

HSL color Cylindrical-coordinate representation of color #A1597A: hue angle of 332.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1597A is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 89 122 -
CMYK 0 0.45 0.24 0.37
HSL 332.5º 0.29% 0.49% -
HSV(B) 332.5º 0.45% 0.63% -
XYZ 21.78 16.13 20.38 -
YUV 114.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 161 89 122 0 0.45 0.24 0.37 332.5 0.29 0.49
Hex A1 59 7A 0 2D 18 25 14C 1D 31
Octal 241 131 172 0 55 30 45 514 35 61
Binary 10100001 1011001 1111010 0 101101 11000 100101 101001100 11101 110001

Color Harmonies of #A1597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1597A

Black with #A1597A

Text Example


Text Example

White with #A1597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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