#A65583

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

Shades of Strikemaster #A65583

Tints of Strikemaster #A65583

Color information

#A65583 (or 0xA65583) is unknown color: approx Strikemaster. HEX triplet: A6, 55 and 83. RGB value is (166,85,131). Sum of RGB (Red+Green+Blue) = 166+85+131=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65583 is #59AA7C. Grayscale: #727272. Windows color (decimal): -5876349 or 8607142. OLE color: 8607142.

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

Color convert

RGB16685131-
CMYK00.490.210.35
HSL325.93º32.27%49.22%-
HSV(B)325.93º48.8%65.1%-
XYZ23.0716.2423.39-
YUV114.46137.34164.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=43.46%
G=22.25%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668513100.490.210.35325.9332.2749.22
HexA6558303115231462031
Octal24612520306125435064061
Binary10100110101010110000011011000110101100011101000110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65583; }

 p { color: rgb(166,85,131); }

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

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

 a { background-color: rgb(166,85,131); }

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

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

 span { border-color: rgb(166,85,131); }

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