#A35E84

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

Shades of Strikemaster #A35E84

Tints of Strikemaster #A35E84

Color information

#A35E84 (or 0xA35E84) is unknown color: approx Strikemaster. HEX triplet: A3, 5E and 84. RGB value is (163,94,132). Sum of RGB (Red+Green+Blue) = 163+94+132=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35E84 is #5CA17B. Grayscale: #767676. Windows color (decimal): -6070652 or 8674979. OLE color: 8674979.

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

Color convert

RGB16394132-
CMYK00.420.190.36
HSL326.96º27.27%50.39%-
HSV(B)326.96º42.33%63.92%-
XYZ23.2717.4623.97-
YUV118.96135.36159.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=41.90%
G=24.16%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639413200.420.190.36326.9627.2750.39
HexA35E8402A13241471b32
Octal24313620405223445073362
Binary1010001110111101000010001010101001110010010100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E84; }

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

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

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

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

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

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

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

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