Html Css Color HEX #A1577C Strikemaster

📋 copy color: '#A1577C'

red 161 ◦ green 87 ◦ blue 124

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

Shades of Strikemaster #A1577C

Tints of Strikemaster #A1577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 43.28%
G = 23.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1577C (or 0xA1577C) is known color: Strikemaster. HEX triplet: A1, 57 and 7C. RGB value is (161,87,124). Sum of RGB (Red+Green+Blue) = 161+87+124=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1577C is #5EA883. Grayscale: #717171. Windows color (decimal): -6203524 or 8148897. OLE color: 8148897.

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

Color convert

RGB 161 87 124 -
CMYK 0 0.46 0.23 0.37
HSL 330º 0.3% 0.49% -
HSV(B) 330º 0.46% 0.63% -
XYZ 21.74 15.85 20.98 -
YUV 113.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 161 87 124 0 0.46 0.23 0.37 330 0.3 0.49
Hex A1 57 7C 0 2E 17 25 14A 1E 31
Octal 241 127 174 0 56 27 45 512 36 61
Binary 10100001 1010111 1111100 0 101110 10111 100101 101001010 11110 110001

Color Harmonies of #A1577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1577C

Black with #A1577C

Text Example


Text Example

White with #A1577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1577C; }

 p { color: rgb(161,87,124); }

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

background-color css

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

 a { background-color: rgb(161,87,124); }

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

border-color css

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

 span { border-color: rgb(161,87,124); }

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