#A65C88

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

Shades of Strikemaster #A65C88

Tints of Strikemaster #A65C88

Color information

#A65C88 (or 0xA65C88) is unknown color: approx Strikemaster. HEX triplet: A6, 5C and 88. RGB value is (166,92,136). Sum of RGB (Red+Green+Blue) = 166+92+136=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C88 is #59A377. Grayscale: #777777. Windows color (decimal): -5874552 or 8936614. OLE color: 8936614.

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

Color convert

RGB16692136-
CMYK00.450.180.35
HSL324.32º29.37%50.59%-
HSV(B)324.32º44.58%65.1%-
XYZ2417.5425.41-
YUV119.14137.52161.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=42.13%
G=23.35%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669213600.450.180.35324.3229.3750.59
HexA65C8802D12231441d33
Octal24613421005522435043563
Binary1010011010111001000100001011011001010001110100010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C88; }

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

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

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

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

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

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

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

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