#A15380

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

Shades of Strikemaster #A15380

Tints of Strikemaster #A15380

Color information

#A15380 (or 0xA15380) is unknown color: approx Strikemaster. HEX triplet: A1, 53 and 80. RGB value is (161,83,128). Sum of RGB (Red+Green+Blue) = 161+83+128=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A15380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15380 is #5EAC7F. Grayscale: #6F6F6F. Windows color (decimal): -6204544 or 8410017. OLE color: 8410017.

HSL color Cylindrical-coordinate representation of color #A15380: hue angle of 325.38º degrees, saturation: 0.32, 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 #A15380 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16183128-
CMYK00.480.200.37
HSL325.38º31.97%47.84%-
HSV(B)325.38º48.45%63.14%-
XYZ21.6915.3222.24-
YUV111.45137.34163.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=43.28%
G=22.31%
B=34.41%

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
Decimal1618312800.480.200.37325.3831.9747.84
HexA1538003014251452030
Octal24112320006024455054060
Binary10100001101001110000000011000010100100101101000101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15380; }

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

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

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

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

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

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

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

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