Html Css Color HEX #A1587C Strikemaster

📋 copy color: '#A1587C'

red 161 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #A1587C

Tints of Strikemaster #A1587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

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

R = 43.16%
G = 23.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1587C (or 0xA1587C) is known color: Strikemaster. HEX triplet: A1, 58 and 7C. RGB value is (161,88,124). Sum of RGB (Red+Green+Blue) = 161+88+124=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1587C is #5EA783. Grayscale: #717171. Windows color (decimal): -6203268 or 8149153. OLE color: 8149153.

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

Color convert

RGB 161 88 124 -
CMYK 0 0.45 0.23 0.37
HSL 330.41º 0.29% 0.49% -
HSV(B) 330.41º 0.45% 0.63% -
XYZ 21.83 16.01 21.01 -
YUV 113.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 161 88 124 0 0.45 0.23 0.37 330.41 0.29 0.49
Hex A1 58 7C 0 2D 17 25 14A 1D 31
Octal 241 130 174 0 55 27 45 512 35 61
Binary 10100001 1011000 1111100 0 101101 10111 100101 101001010 11101 110001

Color Harmonies of #A1587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1587C

Black with #A1587C

Text Example


Text Example

White with #A1587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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