#A5578A

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

Shades of Strikemaster #A5578A

Tints of Strikemaster #A5578A

Color information

#A5578A (or 0xA5578A) is unknown color: approx Strikemaster. HEX triplet: A5, 57 and 8A. RGB value is (165,87,138). Sum of RGB (Red+Green+Blue) = 165+87+138=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5578A is #5AA875. Grayscale: #747474. Windows color (decimal): -5941366 or 9066405. OLE color: 9066405.

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

Color convert

RGB16587138-
CMYK00.470.160.35
HSL320.77º30.95%49.41%-
HSV(B)320.77º47.27%64.71%-
XYZ23.5116.6526.02-
YUV116.14140.34162.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=42.31%
G=22.31%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658713800.470.160.35320.7730.9549.41
HexA5578A02F10231411f31
Octal24512721205720435013761
Binary1010010110101111000101001011111000010001110100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5578A; }

 p { color: rgb(165,87,138); }

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

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

 a { background-color: rgb(165,87,138); }

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

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

 span { border-color: rgb(165,87,138); }

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