#A5608C

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

Shades of Strikemaster #A5608C

Tints of Strikemaster #A5608C

Color information

#A5608C (or 0xA5608C) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 8C. RGB value is (165,96,140). Sum of RGB (Red+Green+Blue) = 165+96+140=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5608C is #5A9F73. Grayscale: #797979. Windows color (decimal): -5939060 or 9199781. OLE color: 9199781.

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

Color convert

RGB16596140-
CMYK00.420.150.35
HSL321.74º27.71%51.18%-
HSV(B)321.74º41.82%64.71%-
XYZ24.4318.2627.05-
YUV121.65138.36158.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=41.15%
G=23.94%
B=34.91%

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
Decimal1659614000.420.150.35321.7427.7151.18
HexA5608C02AF231421c33
Octal24514021405217435023463
Binary101001011100000100011000101010111110001110100001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5608C; }

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

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

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

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

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

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

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

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