#A55C80

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

Shades of Strikemaster #A55C80

Tints of Strikemaster #A55C80

Color information

#A55C80 (or 0xA55C80) is unknown color: approx Strikemaster. HEX triplet: A5, 5C and 80. RGB value is (165,92,128). Sum of RGB (Red+Green+Blue) = 165+92+128=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C80 is #5AA37F. Grayscale: #757575. Windows color (decimal): -5940096 or 8412325. OLE color: 8412325.

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

Color convert

RGB16592128-
CMYK00.440.220.35
HSL330.41º28.85%50.39%-
HSV(B)330.41º44.24%64.71%-
XYZ23.2417.2122.52-
YUV117.93133.68161.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=42.86%
G=23.90%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659212800.440.220.35330.4128.8550.39
HexA55C8002C162314a1d32
Octal24513420005426435123562
Binary1010010110111001000000001011001011010001110100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C80; }

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

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

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

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

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

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

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

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