#A55784

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

Shades of Strikemaster #A55784

Tints of Strikemaster #A55784

Color information

#A55784 (or 0xA55784) is unknown color: approx Strikemaster. HEX triplet: A5, 57 and 84. RGB value is (165,87,132). Sum of RGB (Red+Green+Blue) = 165+87+132=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A55784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55784 is #5AA87B. Grayscale: #737373. Windows color (decimal): -5941372 or 8673189. OLE color: 8673189.

HSL color Cylindrical-coordinate representation of color #A55784: hue angle of 325.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55784 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16587132-
CMYK00.470.200.35
HSL325.38º30.95%49.41%-
HSV(B)325.38º47.27%64.71%-
XYZ23.0916.4823.79-
YUV115.45137.34163.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=42.97%
G=22.66%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658713200.470.200.35325.3830.9549.41
HexA5578402F14231451f31
Octal24512720405724435053761
Binary1010010110101111000010001011111010010001110100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55784; }

 p { color: rgb(165,87,132); }

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

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

 a { background-color: rgb(165,87,132); }

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

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

 span { border-color: rgb(165,87,132); }

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