#A8588D

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

Shades of Strikemaster #A8588D

Tints of Strikemaster #A8588D

Color information

#A8588D (or 0xA8588D) is unknown color: approx Strikemaster. HEX triplet: A8, 58 and 8D. RGB value is (168,88,141). Sum of RGB (Red+Green+Blue) = 168+88+141=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8588D is #57A772. Grayscale: #757575. Windows color (decimal): -5744499 or 9263272. OLE color: 9263272.

HSL color Cylindrical-coordinate representation of color #A8588D: hue angle of 320.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8588D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16888141-
CMYK00.480.160.34
HSL320.25º31.5%50.2%-
HSV(B)320.25º47.62%65.88%-
XYZ24.4517.2327.24-
YUV117.96141163.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=42.32%
G=22.17%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688814100.480.160.34320.2531.550.2
HexA8588D03010221401f32
Octal25013021506020425003762
Binary1010100010110001000110101100001000010001010100000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8588D; }

 p { color: rgb(168,88,141); }

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

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

 a { background-color: rgb(168,88,141); }

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

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

 span { border-color: rgb(168,88,141); }

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