#A35985

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

Shades of Strikemaster #A35985

Tints of Strikemaster #A35985

Color information

#A35985 (or 0xA35985) is unknown color: approx Strikemaster. HEX triplet: A3, 59 and 85. RGB value is (163,89,133). Sum of RGB (Red+Green+Blue) = 163+89+133=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A35985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35985 is #5CA67A. Grayscale: #747474. Windows color (decimal): -6071931 or 8739235. OLE color: 8739235.

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

Color convert

RGB16389133-
CMYK00.450.180.36
HSL324.32º29.37%49.41%-
HSV(B)324.32º45.4%63.92%-
XYZ22.9116.6224.19-
YUV116.14137.52161.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=42.34%
G=23.12%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638913300.450.180.36324.3229.3749.41
HexA3598502D12241441d31
Octal24313120505522445043561
Binary1010001110110011000010101011011001010010010100010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35985; }

 p { color: rgb(163,89,133); }

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

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

 a { background-color: rgb(163,89,133); }

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

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

 span { border-color: rgb(163,89,133); }

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