#A56581

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

Shades of Strikemaster #A56581

Tints of Strikemaster #A56581

Color information

#A56581 (or 0xA56581) is unknown color: approx Strikemaster. HEX triplet: A5, 65 and 81. RGB value is (165,101,129). Sum of RGB (Red+Green+Blue) = 165+101+129=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A56581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56581 is #5A9A7E. Grayscale: #7B7B7B. Windows color (decimal): -5937791 or 8480165. OLE color: 8480165.

HSL color Cylindrical-coordinate representation of color #A56581: hue angle of 333.75º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56581 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165101129-
CMYK00.390.220.35
HSL333.75º26.23%52.16%-
HSV(B)333.75º38.79%64.71%-
XYZ24.1318.8923.14-
YUV123.33131.2157.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=41.77%
G=25.57%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510112900.390.220.35333.7526.2352.16
HexA56581027162314e1a34
Octal24514520104726435163264
Binary1010010111001011000000101001111011010001110100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56581; }

 p { color: rgb(165,101,129); }

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

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

 a { background-color: rgb(165,101,129); }

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

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

 span { border-color: rgb(165,101,129); }

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