#A8558A

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

Shades of Strikemaster #A8558A

Tints of Strikemaster #A8558A

Color information

#A8558A (or 0xA8558A) is unknown color: approx Strikemaster. HEX triplet: A8, 55 and 8A. RGB value is (168,85,138). Sum of RGB (Red+Green+Blue) = 168+85+138=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8558A is #57AA75. Grayscale: #737373. Windows color (decimal): -5745270 or 9065896. OLE color: 9065896.

HSL color Cylindrical-coordinate representation of color #A8558A: hue angle of 321.69º degrees, saturation: 0.33, 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 #A8558A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16885138-
CMYK00.490.180.34
HSL321.69º32.81%49.61%-
HSV(B)321.69º49.4%65.88%-
XYZ23.9816.6626-
YUV115.86140.5165.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=42.97%
G=21.74%
B=35.29%

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
Decimal1688513800.490.180.34321.6932.8149.61
HexA8558A03112221422132
Octal25012521206122425024162
Binary10101000101010110001010011000110010100010101000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8558A; }

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

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

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

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

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

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

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

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