#A56182

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

Shades of Strikemaster #A56182

Tints of Strikemaster #A56182

Color information

#A56182 (or 0xA56182) is unknown color: approx Strikemaster. HEX triplet: A5, 61 and 82. RGB value is (165,97,130). Sum of RGB (Red+Green+Blue) = 165+97+130=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A56182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56182 is #5A9E7D. Grayscale: #797979. Windows color (decimal): -5938814 or 8544677. OLE color: 8544677.

HSL color Cylindrical-coordinate representation of color #A56182: hue angle of 330.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56182 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16597130-
CMYK00.410.210.35
HSL330.88º27.42%51.37%-
HSV(B)330.88º41.21%64.71%-
XYZ23.8218.1623.37-
YUV121.09133.03159.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=42.09%
G=24.74%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659713000.410.210.35330.8827.4251.37
HexA56182029152314b1b33
Octal24514120205125435133363
Binary1010010111000011000001001010011010110001110100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56182; }

 p { color: rgb(165,97,130); }

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

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

 a { background-color: rgb(165,97,130); }

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

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

 span { border-color: rgb(165,97,130); }

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