#A35688

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

Shades of Strikemaster #A35688

Tints of Strikemaster #A35688

Color information

#A35688 (or 0xA35688) is unknown color: approx Strikemaster. HEX triplet: A3, 56 and 88. RGB value is (163,86,136). Sum of RGB (Red+Green+Blue) = 163+86+136=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A35688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35688 is #5CA977. Grayscale: #727272. Windows color (decimal): -6072696 or 8935075. OLE color: 8935075.

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

Color convert

RGB16386136-
CMYK00.470.170.36
HSL321.04º30.92%48.82%-
HSV(B)321.04º47.24%63.92%-
XYZ22.8816.2225.22-
YUV114.72140.01162.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=42.34%
G=22.34%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638613600.470.170.36321.0430.9248.82
HexA3568802F11241411f31
Octal24312621005721445013761
Binary1010001110101101000100001011111000110010010100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35688; }

 p { color: rgb(163,86,136); }

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

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

 a { background-color: rgb(163,86,136); }

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

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

 span { border-color: rgb(163,86,136); }

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