#A25388

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

Shades of Strikemaster #A25388

Tints of Strikemaster #A25388

Color information

#A25388 (or 0xA25388) is unknown color: approx Strikemaster. HEX triplet: A2, 53 and 88. RGB value is (162,83,136). Sum of RGB (Red+Green+Blue) = 162+83+136=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25388 is #5DAC77. Grayscale: #707070. Windows color (decimal): -6139000 or 8934306. OLE color: 8934306.

HSL color Cylindrical-coordinate representation of color #A25388: hue angle of 319.75º degrees, saturation: 0.32, 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 #A25388 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16283136-
CMYK00.490.160.36
HSL319.75º32.24%48.04%-
HSV(B)319.75º48.77%63.53%-
XYZ22.4415.6525.13-
YUV112.66141.17163.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=42.52%
G=21.78%
B=35.70%

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
Decimal1628313600.490.160.36319.7532.2448.04
HexA2538803110241402030
Octal24212321006120445004060
Binary10100010101001110001000011000110000100100101000000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25388; }

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

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

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

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

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

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

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

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