#A25585

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

Shades of Strikemaster #A25585

Tints of Strikemaster #A25585

Color information

#A25585 (or 0xA25585) is unknown color: approx Strikemaster. HEX triplet: A2, 55 and 85. RGB value is (162,85,133). Sum of RGB (Red+Green+Blue) = 162+85+133=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25585 is #5DAA7A. Grayscale: #717171. Windows color (decimal): -6138491 or 8738210. OLE color: 8738210.

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

Color convert

RGB16285133-
CMYK00.480.180.36
HSL322.6º31.17%48.43%-
HSV(B)322.6º47.53%63.53%-
XYZ22.3815.8724.07-
YUV113.5139.01162.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 133 (52.34% from 255) = 35%
R=42.63%
G=22.37%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628513300.480.180.36322.631.1748.43
HexA2558503012241431f30
Octal24212520506022445033760
Binary1010001010101011000010101100001001010010010100001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25585; }

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

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

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

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

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

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

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

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