#A65782

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

Shades of Strikemaster #A65782

Tints of Strikemaster #A65782

Color information

#A65782 (or 0xA65782) is unknown color: approx Strikemaster. HEX triplet: A6, 57 and 82. RGB value is (166,87,130). Sum of RGB (Red+Green+Blue) = 166+87+130=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65782 is #59A87D. Grayscale: #737373. Windows color (decimal): -5875838 or 8542118. OLE color: 8542118.

HSL color Cylindrical-coordinate representation of color #A65782: hue angle of 327.34º 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 #A65782 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16687130-
CMYK00.480.220.35
HSL327.34º31.23%49.61%-
HSV(B)327.34º47.59%65.1%-
XYZ23.1616.5423.09-
YUV115.52136.17164-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=43.34%
G=22.72%
B=33.94%

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
Decimal1668713000.480.220.35327.3431.2349.61
HexA6578203016231471f32
Octal24612720206026435073762
Binary1010011010101111000001001100001011010001110100011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65782; }

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

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

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

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

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

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

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

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