#A5568C

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

Shades of Strikemaster #A5568C

Tints of Strikemaster #A5568C

Color information

#A5568C (or 0xA5568C) is unknown color: approx Strikemaster. HEX triplet: A5, 56 and 8C. RGB value is (165,86,140). Sum of RGB (Red+Green+Blue) = 165+86+140=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5568C is #5AA973. Grayscale: #737373. Windows color (decimal): -5941620 or 9197221. OLE color: 9197221.

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

Color convert

RGB16586140-
CMYK00.480.150.35
HSL318.99º31.47%49.22%-
HSV(B)318.99º47.88%64.71%-
XYZ23.5816.5526.76-
YUV115.78141.67163.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=42.20%
G=21.99%
B=35.81%

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
Decimal1658614000.480.150.35318.9931.4749.22
HexA5568C030F2313f1f31
Octal24512621406017434773761
Binary101001011010110100011000110000111110001110011111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5568C; }

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

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

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

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

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

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

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

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