#A35589

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

Shades of Strikemaster #A35589

Tints of Strikemaster #A35589

Color information

#A35589 (or 0xA35589) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 89. RGB value is (163,85,137). Sum of RGB (Red+Green+Blue) = 163+85+137=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A35589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35589 is #5CAA76. Grayscale: #727272. Windows color (decimal): -6072951 or 9000355. OLE color: 9000355.

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

Color convert

RGB16385137-
CMYK00.480.160.36
HSL320º31.45%48.63%-
HSV(B)320º47.85%63.92%-
XYZ22.8716.0925.57-
YUV114.25140.84162.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=42.34%
G=22.08%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638513700.480.160.3632031.4548.63
HexA3558903010241401f31
Octal24312521106020445003761
Binary1010001110101011000100101100001000010010010100000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35589; }

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

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

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

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

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

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

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

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