#A25C8A

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

Shades of Strikemaster #A25C8A

Tints of Strikemaster #A25C8A

Color information

#A25C8A (or 0xA25C8A) is unknown color: approx Strikemaster. HEX triplet: A2, 5C and 8A. RGB value is (162,92,138). Sum of RGB (Red+Green+Blue) = 162+92+138=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25C8A is #5DA375. Grayscale: #767676. Windows color (decimal): -6136694 or 9067682. OLE color: 9067682.

HSL color Cylindrical-coordinate representation of color #A25C8A: hue angle of 320.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25C8A is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16292138-
CMYK00.430.150.36
HSL320.57º27.56%49.8%-
HSV(B)320.57º43.21%63.53%-
XYZ23.3117.1726.13-
YUV118.17139.19159.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=41.33%
G=23.47%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629213800.430.150.36320.5727.5649.8
HexA25C8A02BF241411c32
Octal24213421205317445013462
Binary101000101011100100010100101011111110010010100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C8A; }

 p { color: rgb(162,92,138); }

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

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

 a { background-color: rgb(162,92,138); }

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

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

 span { border-color: rgb(162,92,138); }

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