#A25685

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

Shades of Strikemaster #A25685

Tints of Strikemaster #A25685

Color information

#A25685 (or 0xA25685) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 85. RGB value is (162,86,133). Sum of RGB (Red+Green+Blue) = 162+86+133=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25685 is #5DA97A. Grayscale: #717171. Windows color (decimal): -6138235 or 8738466. OLE color: 8738466.

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

Color convert

RGB16286133-
CMYK00.470.180.36
HSL322.89º30.65%48.63%-
HSV(B)322.89º46.91%63.53%-
XYZ22.4616.0324.1-
YUV114.08138.68162.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=42.52%
G=22.57%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628613300.470.180.36322.8930.6548.63
HexA2568502F12241431f31
Octal24212620505722445033761
Binary1010001010101101000010101011111001010010010100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25685; }

 p { color: rgb(162,86,133); }

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

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

 a { background-color: rgb(162,86,133); }

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

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

 span { border-color: rgb(162,86,133); }

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