#a75489

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

Shades of Strikemaster #A75489

Tints of Strikemaster #A75489

Color information

#A75489 (or 0xA75489) is unknown color: approx Strikemaster. HEX triplet: A7, 54 and 89. RGB value is (167,84,137). Sum of RGB (Red+Green+Blue) = 167+84+137=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A75489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75489 is #58AB76. Grayscale: #727272. Windows color (decimal): -5811063 or 9000103. OLE color: 9000103.

HSL color Cylindrical-coordinate representation of color #A75489: hue angle of 321.69º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75489 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16784137-
CMYK00.500.180.35
HSL321.69º33.07%49.22%-
HSV(B)321.69º49.7%65.49%-
XYZ23.6216.3625.58-
YUV114.86140.5165.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=43.04%
G=21.65%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678413700.500.180.35321.6933.0749.22
HexA7548903212231422131
Octal24712421106222435024161
Binary10100111101010010001001011001010010100011101000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75489; }

 p { color: rgb(167,84,137); }

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

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

 a { background-color: rgb(167,84,137); }

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

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

 span { border-color: rgb(167,84,137); }

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