#A65387

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

Shades of Strikemaster #A65387

Tints of Strikemaster #A65387

Color information

#A65387 (or 0xA65387) is unknown color: approx Strikemaster. HEX triplet: A6, 53 and 87. RGB value is (166,83,135). Sum of RGB (Red+Green+Blue) = 166+83+135=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65387 is #59AC78. Grayscale: #717171. Windows color (decimal): -5876857 or 8868774. OLE color: 8868774.

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

Color convert

RGB16683135-
CMYK00.500.190.35
HSL322.41º33.33%48.82%-
HSV(B)322.41º50%65.1%-
XYZ23.1916.0424.8-
YUV113.74140165.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=43.23%
G=21.61%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668313500.500.190.35322.4133.3348.82
HexA6538703213231422131
Octal24612320706223435024161
Binary10100110101001110000111011001010011100011101000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65387; }

 p { color: rgb(166,83,135); }

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

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

 a { background-color: rgb(166,83,135); }

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

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

 span { border-color: rgb(166,83,135); }

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