#A5568D

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

Shades of Strikemaster #A5568D

Tints of Strikemaster #A5568D

Color information

#A5568D (or 0xA5568D) is unknown color: approx Strikemaster. HEX triplet: A5, 56 and 8D. RGB value is (165,86,141). Sum of RGB (Red+Green+Blue) = 165+86+141=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5568D is #5AA972. Grayscale: #737373. Windows color (decimal): -5941619 or 9262757. OLE color: 9262757.

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

Color convert

RGB16586141-
CMYK00.480.150.35
HSL318.23º31.47%49.22%-
HSV(B)318.23º47.88%64.71%-
XYZ23.6516.5827.15-
YUV115.89142.17163.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=42.09%
G=21.94%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658614100.480.150.35318.2331.4749.22
HexA5568D030F2313e1f31
Octal24512621506017434763761
Binary101001011010110100011010110000111110001110011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5568D; }

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

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

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

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

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

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

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

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