#A35B8E

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

Shades of Strikemaster #A35B8E

Tints of Strikemaster #A35B8E

Color information

#A35B8E (or 0xA35B8E) is unknown color: approx Strikemaster. HEX triplet: A3, 5B and 8E. RGB value is (163,91,142). Sum of RGB (Red+Green+Blue) = 163+91+142=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B8E is #5CA471. Grayscale: #767676. Windows color (decimal): -6071410 or 9329571. OLE color: 9329571.

HSL color Cylindrical-coordinate representation of color #A35B8E: hue angle of 317.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B8E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16391142-
CMYK00.440.130.36
HSL317.5º28.35%49.8%-
HSV(B)317.5º44.17%63.92%-
XYZ23.7317.2227.66-
YUV118.34141.35159.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=41.16%
G=22.98%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639114200.440.130.36317.528.3549.8
HexA35B8E02CD2413e1c32
Octal24313321605415444763462
Binary101000111011011100011100101100110110010010011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B8E; }

 p { color: rgb(163,91,142); }

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

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

 a { background-color: rgb(163,91,142); }

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

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

 span { border-color: rgb(163,91,142); }

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