#A65682

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

Shades of Strikemaster #A65682

Tints of Strikemaster #A65682

Color information

#A65682 (or 0xA65682) is unknown color: approx Strikemaster. HEX triplet: A6, 56 and 82. RGB value is (166,86,130). Sum of RGB (Red+Green+Blue) = 166+86+130=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65682 is #59A97D. Grayscale: #727272. Windows color (decimal): -5876094 or 8541862. OLE color: 8541862.

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

Color convert

RGB16686130-
CMYK00.480.220.35
HSL327º31.75%49.41%-
HSV(B)327º48.19%65.1%-
XYZ23.0816.3723.06-
YUV114.94136.5164.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=43.46%
G=22.51%
B=34.03%

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
Decimal1668613000.480.220.3532731.7549.41
HexA6568203016231472031
Octal24612620206026435074061
Binary10100110101011010000010011000010110100011101000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65682; }

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

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

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

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

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

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

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

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