#A1538B

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

Shades of Strikemaster #A1538B

Tints of Strikemaster #A1538B

Color information

#A1538B (or 0xA1538B) is unknown color: approx Strikemaster. HEX triplet: A1, 53 and 8B. RGB value is (161,83,139). Sum of RGB (Red+Green+Blue) = 161+83+139=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1538B is #5EAC74. Grayscale: #707070. Windows color (decimal): -6204533 or 9130913. OLE color: 9130913.

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

Color convert

RGB16183139-
CMYK00.480.140.37
HSL316.92º31.97%47.84%-
HSV(B)316.92º48.45%63.14%-
XYZ22.4515.6326.26-
YUV112.71142.84162.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=42.04%
G=21.67%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618313900.480.140.37316.9231.9747.84
HexA1538B030E2513d2030
Octal24112321306016454754060
Binary1010000110100111000101101100001110100101100111101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1538B; }

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

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

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

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

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

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

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

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