#A25A8B

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

Shades of Strikemaster #A25A8B

Tints of Strikemaster #A25A8B

Color information

#A25A8B (or 0xA25A8B) is unknown color: approx Strikemaster. HEX triplet: A2, 5A and 8B. RGB value is (162,90,139). Sum of RGB (Red+Green+Blue) = 162+90+139=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25A8B is #5DA574. Grayscale: #747474. Windows color (decimal): -6137205 or 9132706. OLE color: 9132706.

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

Color convert

RGB16290139-
CMYK00.440.140.36
HSL319.17º28.57%49.41%-
HSV(B)319.17º44.44%63.53%-
XYZ23.2216.8626.46-
YUV117.11140.35160.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=41.43%
G=23.02%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629013900.440.140.36319.1728.5749.41
HexA25A8B02CE2413f1d31
Octal24213221305416444773561
Binary101000101011010100010110101100111010010010011111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A8B; }

 p { color: rgb(162,90,139); }

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

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

 a { background-color: rgb(162,90,139); }

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

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

 span { border-color: rgb(162,90,139); }

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