#A05288

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

Shades of Strikemaster #A05288

Tints of Strikemaster #A05288

Color information

#A05288 (or 0xA05288) is unknown color: approx Strikemaster. HEX triplet: A0, 52 and 88. RGB value is (160,82,136). Sum of RGB (Red+Green+Blue) = 160+82+136=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A05288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05288 is #5FAD77. Grayscale: #6F6F6F. Windows color (decimal): -6270328 or 8934048. OLE color: 8934048.

HSL color Cylindrical-coordinate representation of color #A05288: hue angle of 318.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05288 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16082136-
CMYK00.490.150.37
HSL318.46º32.23%47.45%-
HSV(B)318.46º48.75%62.75%-
XYZ21.9615.2925.09-
YUV111.48141.84162.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=42.33%
G=21.69%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608213600.490.150.37318.4632.2347.45
HexA05288031F2513e202f
Octal24012221006117454764057
Binary1010000010100101000100001100011111100101100111110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05288; }

 p { color: rgb(160,82,136); }

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

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

 a { background-color: rgb(160,82,136); }

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

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

 span { border-color: rgb(160,82,136); }

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