#A65685

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

Shades of Strikemaster #A65685

Tints of Strikemaster #A65685

Color information

#A65685 (or 0xA65685) is unknown color: approx Strikemaster. HEX triplet: A6, 56 and 85. RGB value is (166,86,133). Sum of RGB (Red+Green+Blue) = 166+86+133=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65685 is #59A97A. Grayscale: #737373. Windows color (decimal): -5876091 or 8738470. OLE color: 8738470.

HSL color Cylindrical-coordinate representation of color #A65685: hue angle of 324.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65685 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16686133-
CMYK00.480.200.35
HSL324.75º31.75%49.41%-
HSV(B)324.75º48.19%65.1%-
XYZ23.2916.4624.14-
YUV115.28138164.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=43.12%
G=22.34%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668613300.480.200.35324.7531.7549.41
HexA6568503014231452031
Octal24612620506024435054061
Binary10100110101011010000101011000010100100011101000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65685; }

 p { color: rgb(166,86,133); }

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

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

 a { background-color: rgb(166,86,133); }

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

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

 span { border-color: rgb(166,86,133); }

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