#A35580

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

Shades of Strikemaster #A35580

Tints of Strikemaster #A35580

Color information

#A35580 (or 0xA35580) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 80. RGB value is (163,85,128). Sum of RGB (Red+Green+Blue) = 163+85+128=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A35580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35580 is #5CAA7F. Grayscale: #717171. Windows color (decimal): -6072960 or 8410531. OLE color: 8410531.

HSL color Cylindrical-coordinate representation of color #A35580: hue angle of 326.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35580 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16385128-
CMYK00.480.210.36
HSL326.92º31.45%48.63%-
HSV(B)326.92º47.85%63.92%-
XYZ22.2515.8422.31-
YUV113.22136.34163.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=43.35%
G=22.61%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638512800.480.210.36326.9231.4548.63
HexA3558003015241471f31
Octal24312520006025445073761
Binary1010001110101011000000001100001010110010010100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35580; }

 p { color: rgb(163,85,128); }

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

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

 a { background-color: rgb(163,85,128); }

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

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

 span { border-color: rgb(163,85,128); }

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