#A25085

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

Shades of Strikemaster #A25085

Tints of Strikemaster #A25085

Color information

#A25085 (or 0xA25085) is unknown color: approx Strikemaster. HEX triplet: A2, 50 and 85. RGB value is (162,80,133). Sum of RGB (Red+Green+Blue) = 162+80+133=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25085 is #5DAF7A. Grayscale: #6E6E6E. Windows color (decimal): -6139771 or 8736930. OLE color: 8736930.

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

Color convert

RGB16280133-
CMYK00.510.180.36
HSL321.22º33.88%47.45%-
HSV(B)321.22º50.62%63.53%-
XYZ2215.1123.95-
YUV110.56140.67164.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=43.2%
G=21.33%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628013300.510.180.36321.2233.8847.45
HexA250850331224141222f
Octal24212020506322445014257
Binary10100010101000010000101011001110010100100101000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25085; }

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

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

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

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

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

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

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

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