#A15480

Color #A15480 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A15480

Tints of Strikemaster #A15480

Color information

#A15480 (or 0xA15480) is unknown color: approx Strikemaster. HEX triplet: A1, 54 and 80. RGB value is (161,84,128). Sum of RGB (Red+Green+Blue) = 161+84+128=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15480 is #5EAB7F. Grayscale: #6F6F6F. Windows color (decimal): -6204288 or 8410273. OLE color: 8410273.

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

Color convert

RGB16184128-
CMYK00.480.200.37
HSL325.71º31.43%48.04%-
HSV(B)325.71º47.83%63.14%-
XYZ21.7615.4822.26-
YUV112.04137.01162.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=43.16%
G=22.52%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618412800.480.200.37325.7131.4348.04
HexA1548003014251461f30
Octal24112420006024455063760
Binary1010000110101001000000001100001010010010110100011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15480; }

 p { color: rgb(161,84,128); }

 H1.HeaderClassName
 {
   color: #A15480;
 }
 .AnyTagClassName
 {
   color: #A15480;
 }
</style>
background-color css

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

 a { background-color: rgb(161,84,128); }

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

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

 span { border-color: rgb(161,84,128); }

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