#A75B8B

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

Shades of Strikemaster #A75B8B

Tints of Strikemaster #A75B8B

Color information

#A75B8B (or 0xA75B8B) is unknown color: approx Strikemaster. HEX triplet: A7, 5B and 8B. RGB value is (167,91,139). Sum of RGB (Red+Green+Blue) = 167+91+139=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B8B is #58A474. Grayscale: #777777. Windows color (decimal): -5809269 or 9132967. OLE color: 9132967.

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

Color convert

RGB16791139-
CMYK00.460.170.35
HSL322.11º30.16%50.59%-
HSV(B)322.11º45.51%65.49%-
XYZ24.3417.5626.53-
YUV119.2139.18162.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=42.07%
G=22.92%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679113900.460.170.35322.1130.1650.59
HexA75B8B02E11231421e33
Octal24713321305621435023663
Binary1010011110110111000101101011101000110001110100001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B8B; }

 p { color: rgb(167,91,139); }

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

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

 a { background-color: rgb(167,91,139); }

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

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

 span { border-color: rgb(167,91,139); }

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