#A35588

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

Shades of Strikemaster #A35588

Tints of Strikemaster #A35588

Color information

#A35588 (or 0xA35588) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 88. RGB value is (163,85,136). Sum of RGB (Red+Green+Blue) = 163+85+136=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A35588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35588 is #5CAA77. Grayscale: #727272. Windows color (decimal): -6072952 or 8934819. OLE color: 8934819.

HSL color Cylindrical-coordinate representation of color #A35588: hue angle of 320.77º 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 #A35588 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16385136-
CMYK00.480.170.36
HSL320.77º31.45%48.63%-
HSV(B)320.77º47.85%63.92%-
XYZ22.816.0625.19-
YUV114.14140.34162.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=42.45%
G=22.14%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638513600.480.170.36320.7731.4548.63
HexA3558803011241411f31
Octal24312521006021445013761
Binary1010001110101011000100001100001000110010010100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35588; }

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

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

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

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

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

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

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

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