#A55C8A

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

Shades of Strikemaster #A55C8A

Tints of Strikemaster #A55C8A

Color information

#A55C8A (or 0xA55C8A) is unknown color: approx Strikemaster. HEX triplet: A5, 5C and 8A. RGB value is (165,92,138). Sum of RGB (Red+Green+Blue) = 165+92+138=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C8A is #5AA375. Grayscale: #767676. Windows color (decimal): -5940086 or 9067685. OLE color: 9067685.

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

Color convert

RGB16592138-
CMYK00.440.160.35
HSL322.19º28.85%50.39%-
HSV(B)322.19º44.24%64.71%-
XYZ23.9317.4926.16-
YUV119.07138.68160.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=41.77%
G=23.29%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659213800.440.160.35322.1928.8550.39
HexA55C8A02C10231421d32
Octal24513421205420435023562
Binary1010010110111001000101001011001000010001110100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C8A; }

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

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

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

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

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

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

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

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