#a65781

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

Shades of Strikemaster #A65781

Tints of Strikemaster #A65781

Color information

#A65781 (or 0xA65781) is unknown color: approx Strikemaster. HEX triplet: A6, 57 and 81. RGB value is (166,87,129). Sum of RGB (Red+Green+Blue) = 166+87+129=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65781 is #59A87E. Grayscale: #737373. Windows color (decimal): -5875839 or 8476582. OLE color: 8476582.

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

Color convert

RGB16687129-
CMYK00.480.220.35
HSL328.1º31.23%49.61%-
HSV(B)328.1º47.59%65.1%-
XYZ23.116.5122.74-
YUV115.41135.67164.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=43.46%
G=22.77%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668712900.480.220.35328.131.2349.61
HexA6578103016231481f32
Octal24612720106026435103762
Binary1010011010101111000000101100001011010001110100100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65781; }

 p { color: rgb(166,87,129); }

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

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

 a { background-color: rgb(166,87,129); }

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

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

 span { border-color: rgb(166,87,129); }

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