Html Css Color HEX #A1558C Strikemaster

📋 copy color: '#A1558C'

red 161 ◦ green 85 ◦ blue 140

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

Shades of Strikemaster #A1558C

Tints of Strikemaster #A1558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 41.71%
G = 22.02%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1558C (or 0xA1558C) is known color: Strikemaster. HEX triplet: A1, 55 and 8C. RGB value is (161,85,140). Sum of RGB (Red+Green+Blue) = 161+85+140=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1558C is #5EAA73. Grayscale: #717171. Windows color (decimal): -6204020 or 9196961. OLE color: 9196961.

HSL color Cylindrical-coordinate representation of color #A1558C: hue angle of 316.58º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1558C is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 140 -
CMYK 0 0.47 0.13 0.37
HSL 316.58º 0.31% 0.48% -
HSV(B) 316.58º 0.47% 0.63% -
XYZ 22.68 15.97 26.7 -
YUV 113.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 161 85 140 0 0.47 0.13 0.37 316.58 0.31 0.48
Hex A1 55 8C 0 2F D 25 13D 1F 30
Octal 241 125 214 0 57 15 45 475 37 60
Binary 10100001 1010101 10001100 0 101111 1101 100101 100111101 11111 110000

Color Harmonies of #A1558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1558C

Black with #A1558C

Text Example


Text Example

White with #A1558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1558C; }

 p { color: rgb(161,85,140); }

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

background-color css

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

 a { background-color: rgb(161,85,140); }

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

border-color css

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

 span { border-color: rgb(161,85,140); }

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