#A26190

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

Shades of Strikemaster #A26190

Tints of Strikemaster #A26190

Color information

#A26190 (or 0xA26190) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 90. RGB value is (162,97,144). Sum of RGB (Red+Green+Blue) = 162+97+144=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A26190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26190 is #5D9E6F. Grayscale: #797979. Windows color (decimal): -6135408 or 9462178. OLE color: 9462178.

HSL color Cylindrical-coordinate representation of color #A26190: hue angle of 316.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26190 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16297144-
CMYK00.400.110.36
HSL316.62º25.9%50.78%-
HSV(B)316.62º40.12%63.53%-
XYZ24.2118.2428.63-
YUV121.79140.53156.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=40.20%
G=24.07%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629714400.400.110.36316.6225.950.78
HexA26190028B2413d1a33
Octal24214122005013444753263
Binary101000101100001100100000101000101110010010011110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26190; }

 p { color: rgb(162,97,144); }

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

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

 a { background-color: rgb(162,97,144); }

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

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

 span { border-color: rgb(162,97,144); }

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