#A5678B

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

Shades of Strikemaster #A5678B

Tints of Strikemaster #A5678B

Color information

#A5678B (or 0xA5678B) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 8B. RGB value is (165,103,139). Sum of RGB (Red+Green+Blue) = 165+103+139=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5678B is #5A9874. Grayscale: #7D7D7D. Windows color (decimal): -5937269 or 9136037. OLE color: 9136037.

HSL color Cylindrical-coordinate representation of color #A5678B: hue angle of 325.16º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5678B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165103139-
CMYK00.380.160.35
HSL325.16º25.62%52.55%-
HSV(B)325.16º37.58%64.71%-
XYZ25.0319.5626.88-
YUV125.64135.54156.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=40.54%
G=25.31%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313900.380.160.35325.1625.6252.55
HexA5678B02610231451a35
Octal24514721304620435053265
Binary1010010111001111000101101001101000010001110100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5678B; }

 p { color: rgb(165,103,139); }

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

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

 a { background-color: rgb(165,103,139); }

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

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

 span { border-color: rgb(165,103,139); }

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