#A55E8A

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

Shades of Strikemaster #A55E8A

Tints of Strikemaster #A55E8A

Color information

#A55E8A (or 0xA55E8A) is unknown color: approx Strikemaster. HEX triplet: A5, 5E and 8A. RGB value is (165,94,138). Sum of RGB (Red+Green+Blue) = 165+94+138=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E8A is #5AA175. Grayscale: #787878. Windows color (decimal): -5939574 or 9068197. OLE color: 9068197.

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

Color convert

RGB16594138-
CMYK00.430.160.35
HSL322.82º28.29%50.78%-
HSV(B)322.82º43.03%64.71%-
XYZ24.1117.8426.22-
YUV120.24138.02159.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=41.56%
G=23.68%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659413800.430.160.35322.8228.2950.78
HexA55E8A02B10231431c33
Octal24513621205320435033463
Binary1010010110111101000101001010111000010001110100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E8A; }

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

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

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

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

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

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

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

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