#A75C84

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

Shades of Strikemaster #A75C84

Tints of Strikemaster #A75C84

Color information

#A75C84 (or 0xA75C84) is unknown color: approx Strikemaster. HEX triplet: A7, 5C and 84. RGB value is (167,92,132). Sum of RGB (Red+Green+Blue) = 167+92+132=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C84 is #58A37B. Grayscale: #767676. Windows color (decimal): -5809020 or 8674471. OLE color: 8674471.

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

Color convert

RGB16792132-
CMYK00.450.210.35
HSL328º29.88%50.78%-
HSV(B)328º44.91%65.49%-
XYZ23.9317.5423.95-
YUV118.98135.35162.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=42.71%
G=23.53%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679213200.450.210.3532829.8850.78
HexA75C8402D15231481e33
Octal24713420405525435103663
Binary1010011110111001000010001011011010110001110100100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C84; }

 p { color: rgb(167,92,132); }

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

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

 a { background-color: rgb(167,92,132); }

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

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

 span { border-color: rgb(167,92,132); }

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