#A35587

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

Shades of Strikemaster #A35587

Tints of Strikemaster #A35587

Color information

#A35587 (or 0xA35587) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 87. RGB value is (163,85,135). Sum of RGB (Red+Green+Blue) = 163+85+135=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A35587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35587 is #5CAA78. Grayscale: #717171. Windows color (decimal): -6072953 or 8869283. OLE color: 8869283.

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

Color convert

RGB16385135-
CMYK00.480.170.36
HSL321.54º31.45%48.63%-
HSV(B)321.54º47.85%63.92%-
XYZ22.7316.0324.82-
YUV114.02139.84162.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=42.56%
G=22.19%
B=35.25%

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
Decimal1638513500.480.170.36321.5431.4548.63
HexA3558703011241421f31
Octal24312520706021445023761
Binary1010001110101011000011101100001000110010010100001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35587; }

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

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

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

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

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

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

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

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