#A65F8D

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

Shades of Strikemaster #A65F8D

Tints of Strikemaster #A65F8D

Color information

#A65F8D (or 0xA65F8D) is unknown color: approx Strikemaster. HEX triplet: A6, 5F and 8D. RGB value is (166,95,141). Sum of RGB (Red+Green+Blue) = 166+95+141=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F8D is #59A072. Grayscale: #797979. Windows color (decimal): -5873779 or 9265062. OLE color: 9265062.

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

Color convert

RGB16695141-
CMYK00.430.150.35
HSL321.13º28.51%51.18%-
HSV(B)321.13º42.77%65.1%-
XYZ24.6318.2127.42-
YUV121.47139.02159.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=41.29%
G=23.63%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669514100.430.150.35321.1328.5151.18
HexA65F8D02BF231411d33
Octal24613721505317435013563
Binary101001101011111100011010101011111110001110100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F8D; }

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

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

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

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

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

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

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

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