#A55C8B

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

Shades of Strikemaster #A55C8B

Tints of Strikemaster #A55C8B

Color information

#A55C8B (or 0xA55C8B) is unknown color: approx Strikemaster. HEX triplet: A5, 5C and 8B. RGB value is (165,92,139). Sum of RGB (Red+Green+Blue) = 165+92+139=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C8B is #5AA374. Grayscale: #777777. Windows color (decimal): -5940085 or 9133221. OLE color: 9133221.

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

Color convert

RGB16592139-
CMYK00.440.160.35
HSL321.37º28.85%50.39%-
HSV(B)321.37º44.24%64.71%-
XYZ2417.5226.54-
YUV119.18139.18160.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=41.67%
G=23.23%
B=35.10%

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
Decimal1659213900.440.160.35321.3728.8550.39
HexA55C8B02C10231411d32
Octal24513421305420435013562
Binary1010010110111001000101101011001000010001110100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C8B; }

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

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

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

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

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

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

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

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