#A35E83

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

Shades of Strikemaster #A35E83

Tints of Strikemaster #A35E83

Color information

#A35E83 (or 0xA35E83) is unknown color: approx Strikemaster. HEX triplet: A3, 5E and 83. RGB value is (163,94,131). Sum of RGB (Red+Green+Blue) = 163+94+131=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35E83 is #5CA17C. Grayscale: #767676. Windows color (decimal): -6070653 or 8609443. OLE color: 8609443.

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

Color convert

RGB16394131-
CMYK00.420.200.36
HSL327.83º27.27%50.39%-
HSV(B)327.83º42.33%63.92%-
XYZ23.217.4323.61-
YUV118.85134.86159.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=42.01%
G=24.23%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639413100.420.200.36327.8327.2750.39
HexA35E8302A14241481b32
Octal24313620305224445103362
Binary1010001110111101000001101010101010010010010100100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E83; }

 p { color: rgb(163,94,131); }

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

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

 a { background-color: rgb(163,94,131); }

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

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

 span { border-color: rgb(163,94,131); }

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