#A25A7C

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

Shades of Strikemaster #A25A7C

Tints of Strikemaster #A25A7C

Color information

#A25A7C (or 0xA25A7C) is unknown color: approx Strikemaster. HEX triplet: A2, 5A and 7C. RGB value is (162,90,124). Sum of RGB (Red+Green+Blue) = 162+90+124=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A7C is #5DA583. Grayscale: #737373. Windows color (decimal): -6137220 or 8149666. OLE color: 8149666.

HSL color Cylindrical-coordinate representation of color #A25A7C: hue angle of 331.67º 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 #A25A7C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16290124-
CMYK00.440.230.36
HSL331.67º28.57%49.41%-
HSV(B)331.67º44.44%63.53%-
XYZ22.1916.4521.07-
YUV115.4132.85161.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=43.09%
G=23.94%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629012400.440.230.36331.6728.5749.41
HexA25A7C02C172414c1d31
Octal24213217405427445143561
Binary101000101011010111110001011001011110010010100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A7C; }

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

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

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

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

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

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

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

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