#A5608B

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

Shades of Strikemaster #A5608B

Tints of Strikemaster #A5608B

Color information

#A5608B (or 0xA5608B) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 8B. RGB value is (165,96,139). Sum of RGB (Red+Green+Blue) = 165+96+139=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A5608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5608B is #5A9F74. Grayscale: #797979. Windows color (decimal): -5939061 or 9134245. OLE color: 9134245.

HSL color Cylindrical-coordinate representation of color #A5608B: hue angle of 322.61º 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 #A5608B is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16596139-
CMYK00.420.160.35
HSL322.61º27.71%51.18%-
HSV(B)322.61º41.82%64.71%-
XYZ24.3618.2326.66-
YUV121.53137.86159-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=41.25%
G=24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659613900.420.160.35322.6127.7151.18
HexA5608B02A10231431c33
Octal24514021305220435033463
Binary1010010111000001000101101010101000010001110100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5608B; }

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

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

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

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

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

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

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

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