#A8568A

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

Shades of Strikemaster #A8568A

Tints of Strikemaster #A8568A

Color information

#A8568A (or 0xA8568A) is unknown color: approx Strikemaster. HEX triplet: A8, 56 and 8A. RGB value is (168,86,138). Sum of RGB (Red+Green+Blue) = 168+86+138=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8568A is #57A975. Grayscale: #747474. Windows color (decimal): -5745014 or 9066152. OLE color: 9066152.

HSL color Cylindrical-coordinate representation of color #A8568A: hue angle of 321.95º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8568A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16886138-
CMYK00.490.180.34
HSL321.95º32.28%49.8%-
HSV(B)321.95º48.81%65.88%-
XYZ24.0616.8226.02-
YUV116.45140.17164.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=42.86%
G=21.94%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688613800.490.180.34321.9532.2849.8
HexA8568A03112221422032
Octal25012621206122425024062
Binary10101000101011010001010011000110010100010101000010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8568A; }

 p { color: rgb(168,86,138); }

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

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

 a { background-color: rgb(168,86,138); }

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

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

 span { border-color: rgb(168,86,138); }

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