#A75F8D

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

Shades of Strikemaster #A75F8D

Tints of Strikemaster #A75F8D

Color information

#A75F8D (or 0xA75F8D) is unknown color: approx Strikemaster. HEX triplet: A7, 5F and 8D. RGB value is (167,95,141). Sum of RGB (Red+Green+Blue) = 167+95+141=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F8D is #58A072. Grayscale: #797979. Windows color (decimal): -5808243 or 9265063. OLE color: 9265063.

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

Color convert

RGB16795141-
CMYK00.430.160.35
HSL321.67º29.03%51.37%-
HSV(B)321.67º43.11%65.49%-
XYZ24.8418.3227.43-
YUV121.77138.85160.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=41.44%
G=23.57%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679514100.430.160.35321.6729.0351.37
HexA75F8D02B10231421d33
Octal24713721505320435023563
Binary1010011110111111000110101010111000010001110100001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F8D; }

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

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

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

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

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

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

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

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