#A25288

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

Shades of Strikemaster #A25288

Tints of Strikemaster #A25288

Color information

#A25288 (or 0xA25288) is unknown color: approx Strikemaster. HEX triplet: A2, 52 and 88. RGB value is (162,82,136). Sum of RGB (Red+Green+Blue) = 162+82+136=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25288 is #5DAD77. Grayscale: #6F6F6F. Windows color (decimal): -6139256 or 8934050. OLE color: 8934050.

HSL color Cylindrical-coordinate representation of color #A25288: hue angle of 319.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25288 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16282136-
CMYK00.490.160.36
HSL319.5º32.79%47.84%-
HSV(B)319.5º49.38%63.53%-
XYZ22.3615.4925.1-
YUV112.08141.5163.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=42.63%
G=21.58%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628213600.490.160.36319.532.7947.84
HexA2528803110241402130
Octal24212221006120445004160
Binary10100010101001010001000011000110000100100101000000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25288; }

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

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

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

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

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

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

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

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