#A35F8D

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

Shades of Strikemaster #A35F8D

Tints of Strikemaster #A35F8D

Color information

#A35F8D (or 0xA35F8D) is unknown color: approx Strikemaster. HEX triplet: A3, 5F and 8D. RGB value is (163,95,141). Sum of RGB (Red+Green+Blue) = 163+95+141=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F8D is #5CA072. Grayscale: #787878. Windows color (decimal): -6070387 or 9265059. OLE color: 9265059.

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

Color convert

RGB16395141-
CMYK00.420.130.36
HSL319.41º26.98%50.59%-
HSV(B)319.41º41.72%63.92%-
XYZ2417.8927.39-
YUV120.58139.53158.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=40.85%
G=23.81%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639514100.420.130.36319.4126.9850.59
HexA35F8D02AD2413f1b33
Octal24313721505215444773363
Binary101000111011111100011010101010110110010010011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F8D; }

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

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

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

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

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

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

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

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