#A15280

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

Shades of Strikemaster #A15280

Tints of Strikemaster #A15280

Color information

#A15280 (or 0xA15280) is unknown color: approx Strikemaster. HEX triplet: A1, 52 and 80. RGB value is (161,82,128). Sum of RGB (Red+Green+Blue) = 161+82+128=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15280 is #5EAD7F. Grayscale: #6E6E6E. Windows color (decimal): -6204800 or 8409761. OLE color: 8409761.

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

Color convert

RGB16182128-
CMYK00.490.200.37
HSL325.06º32.51%47.65%-
HSV(B)325.06º49.07%63.14%-
XYZ21.6115.1722.21-
YUV110.86137.67163.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=43.40%
G=22.10%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618212800.490.200.37325.0632.5147.65
HexA1528003114251452130
Octal24112220006124455054160
Binary10100001101001010000000011000110100100101101000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15280; }

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

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

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

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

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

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

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

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