#A65F8E

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

Shades of Strikemaster #A65F8E

Tints of Strikemaster #A65F8E

Color information

#A65F8E (or 0xA65F8E) is unknown color: approx Strikemaster. HEX triplet: A6, 5F and 8E. RGB value is (166,95,142). Sum of RGB (Red+Green+Blue) = 166+95+142=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F8E is #59A071. Grayscale: #797979. Windows color (decimal): -5873778 or 9330598. OLE color: 9330598.

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

Color convert

RGB16695142-
CMYK00.430.140.35
HSL320.28º28.51%51.18%-
HSV(B)320.28º42.77%65.1%-
XYZ24.718.2427.81-
YUV121.59139.52159.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=41.19%
G=23.57%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669514200.430.140.35320.2828.5151.18
HexA65F8E02BE231401d33
Octal24613721605316435003563
Binary101001101011111100011100101011111010001110100000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F8E; }

 p { color: rgb(166,95,142); }

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

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

 a { background-color: rgb(166,95,142); }

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

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

 span { border-color: rgb(166,95,142); }

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