#A35584

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

Shades of Strikemaster #A35584

Tints of Strikemaster #A35584

Color information

#A35584 (or 0xA35584) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 84. RGB value is (163,85,132). Sum of RGB (Red+Green+Blue) = 163+85+132=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A35584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35584 is #5CAA7B. Grayscale: #717171. Windows color (decimal): -6072956 or 8672675. OLE color: 8672675.

HSL color Cylindrical-coordinate representation of color #A35584: hue angle of 323.85º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35584 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16385132-
CMYK00.480.190.36
HSL323.85º31.45%48.63%-
HSV(B)323.85º47.85%63.92%-
XYZ22.5215.9523.72-
YUV113.68138.34163.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=42.89%
G=22.37%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638513200.480.190.36323.8531.4548.63
HexA3558403013241441f31
Octal24312520406023445043761
Binary1010001110101011000010001100001001110010010100010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35584; }

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

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

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

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

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

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

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

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