#A45A8B

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

Shades of Strikemaster #A45A8B

Tints of Strikemaster #A45A8B

Color information

#A45A8B (or 0xA45A8B) is unknown color: approx Strikemaster. HEX triplet: A4, 5A and 8B. RGB value is (164,90,139). Sum of RGB (Red+Green+Blue) = 164+90+139=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45A8B is #5BA574. Grayscale: #757575. Windows color (decimal): -6006133 or 9132708. OLE color: 9132708.

HSL color Cylindrical-coordinate representation of color #A45A8B: hue angle of 320.27º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A8B is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16490139-
CMYK00.450.150.36
HSL320.27º29.13%49.8%-
HSV(B)320.27º45.12%64.31%-
XYZ23.6317.0726.48-
YUV117.71140.02161.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=41.73%
G=22.90%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649013900.450.150.36320.2729.1349.8
HexA45A8B02DF241401d32
Octal24413221305517445003562
Binary101001001011010100010110101101111110010010100000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A8B; }

 p { color: rgb(164,90,139); }

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

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

 a { background-color: rgb(164,90,139); }

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

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

 span { border-color: rgb(164,90,139); }

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