#A35D8E

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

Shades of Strikemaster #A35D8E

Tints of Strikemaster #A35D8E

Color information

#A35D8E (or 0xA35D8E) is unknown color: approx Strikemaster. HEX triplet: A3, 5D and 8E. RGB value is (163,93,142). Sum of RGB (Red+Green+Blue) = 163+93+142=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D8E is #5CA271. Grayscale: #777777. Windows color (decimal): -6070898 or 9330083. OLE color: 9330083.

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

Color convert

RGB16393142-
CMYK00.430.130.36
HSL318º27.56%50.2%-
HSV(B)318º42.94%63.92%-
XYZ23.917.5727.72-
YUV119.52140.69159.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=40.95%
G=23.37%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639314200.430.130.3631827.5650.2
HexA35D8E02BD2413e1c32
Octal24313521605315444763462
Binary101000111011101100011100101011110110010010011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D8E; }

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

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

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

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

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

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

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

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