#A25285

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

Shades of Strikemaster #A25285

Tints of Strikemaster #A25285

Color information

#A25285 (or 0xA25285) is unknown color: approx Strikemaster. HEX triplet: A2, 52 and 85. RGB value is (162,82,133). Sum of RGB (Red+Green+Blue) = 162+82+133=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A25285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25285 is #5DAD7A. Grayscale: #6F6F6F. Windows color (decimal): -6139259 or 8737442. OLE color: 8737442.

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

Color convert

RGB16282133-
CMYK00.490.180.36
HSL321.75º32.79%47.84%-
HSV(B)321.75º49.38%63.53%-
XYZ22.1515.4124-
YUV111.73140163.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=42.97%
G=21.75%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628213300.490.180.36321.7532.7947.84
HexA2528503112241422130
Octal24212220506122445024160
Binary10100010101001010000101011000110010100100101000010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25285; }

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

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

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

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

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

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

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

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