#A5588C

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

Shades of Strikemaster #A5588C

Tints of Strikemaster #A5588C

Color information

#A5588C (or 0xA5588C) is unknown color: approx Strikemaster. HEX triplet: A5, 58 and 8C. RGB value is (165,88,140). Sum of RGB (Red+Green+Blue) = 165+88+140=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588C is #5AA773. Grayscale: #747474. Windows color (decimal): -5941108 or 9197733. OLE color: 9197733.

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

Color convert

RGB16588140-
CMYK00.470.150.35
HSL319.48º30.43%49.61%-
HSV(B)319.48º46.67%64.71%-
XYZ23.7416.8726.82-
YUV116.95141.01162.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=41.98%
G=22.39%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658814000.470.150.35319.4830.4349.61
HexA5588C02FF2313f1e32
Octal24513021405717434773662
Binary101001011011000100011000101111111110001110011111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5588C; }

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

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

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

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

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

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

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

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