#A25188

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

Shades of Strikemaster #A25188

Tints of Strikemaster #A25188

Color information

#A25188 (or 0xA25188) is unknown color: approx Strikemaster. HEX triplet: A2, 51 and 88. RGB value is (162,81,136). Sum of RGB (Red+Green+Blue) = 162+81+136=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25188 is #5DAE77. Grayscale: #6F6F6F. Windows color (decimal): -6139512 or 8933794. OLE color: 8933794.

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

Color convert

RGB16281136-
CMYK00.500.160.36
HSL319.26º33.33%47.65%-
HSV(B)319.26º50%63.53%-
XYZ22.2915.3425.08-
YUV111.49141.84164.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=42.74%
G=21.37%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628113600.500.160.36319.2633.3347.65
HexA25188032102413f2130
Octal24212121006220444774160
Binary10100010101000110001000011001010000100100100111111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25188; }

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

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

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

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

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

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

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

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