#A5608D

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

Shades of Strikemaster #A5608D

Tints of Strikemaster #A5608D

Color information

#A5608D (or 0xA5608D) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 8D. RGB value is (165,96,141). Sum of RGB (Red+Green+Blue) = 165+96+141=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5608D is #5A9F72. Grayscale: #797979. Windows color (decimal): -5939059 or 9265317. OLE color: 9265317.

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

Color convert

RGB16596141-
CMYK00.420.150.35
HSL320.87º27.71%51.18%-
HSV(B)320.87º41.82%64.71%-
XYZ24.5118.2927.44-
YUV121.76138.86158.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=41.04%
G=23.88%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659614100.420.150.35320.8727.7151.18
HexA5608D02AF231411c33
Octal24514021505217435013463
Binary101001011100000100011010101010111110001110100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5608D; }

 p { color: rgb(165,96,141); }

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

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

 a { background-color: rgb(165,96,141); }

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

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

 span { border-color: rgb(165,96,141); }

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