#A35F81

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

Shades of Strikemaster #A35F81

Tints of Strikemaster #A35F81

Color information

#A35F81 (or 0xA35F81) is unknown color: approx Strikemaster. HEX triplet: A3, 5F and 81. RGB value is (163,95,129). Sum of RGB (Red+Green+Blue) = 163+95+129=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F81 is #5CA07E. Grayscale: #777777. Windows color (decimal): -6070399 or 8478627. OLE color: 8478627.

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

Color convert

RGB16395129-
CMYK00.420.210.36
HSL330º26.98%50.59%-
HSV(B)330º41.72%63.92%-
XYZ23.1617.5622.94-
YUV119.21133.53159.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=42.12%
G=24.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639512900.420.210.3633026.9850.59
HexA35F8102A152414a1b33
Octal24313720105225445123363
Binary1010001110111111000000101010101010110010010100101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F81; }

 p { color: rgb(163,95,129); }

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

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

 a { background-color: rgb(163,95,129); }

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

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

 span { border-color: rgb(163,95,129); }

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