#A65C8B

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

Shades of Strikemaster #A65C8B

Tints of Strikemaster #A65C8B

Color information

#A65C8B (or 0xA65C8B) is unknown color: approx Strikemaster. HEX triplet: A6, 5C and 8B. RGB value is (166,92,139). Sum of RGB (Red+Green+Blue) = 166+92+139=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C8B is #59A374. Grayscale: #777777. Windows color (decimal): -5874549 or 9133222. OLE color: 9133222.

HSL color Cylindrical-coordinate representation of color #A65C8B: hue angle of 321.89º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C8B is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16692139-
CMYK00.450.160.35
HSL321.89º29.37%50.59%-
HSV(B)321.89º44.58%65.1%-
XYZ24.2117.6326.55-
YUV119.48139.02161.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=41.81%
G=23.17%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669213900.450.160.35321.8929.3750.59
HexA65C8B02D10231421d33
Octal24613421305520435023563
Binary1010011010111001000101101011011000010001110100001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C8B; }

 p { color: rgb(166,92,139); }

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

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

 a { background-color: rgb(166,92,139); }

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

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

 span { border-color: rgb(166,92,139); }

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