#A26980

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

Shades of Strikemaster #A26980

Tints of Strikemaster #A26980

Color information

#A26980 (or 0xA26980) is unknown color: approx Strikemaster. HEX triplet: A2, 69 and 80. RGB value is (162,105,128). Sum of RGB (Red+Green+Blue) = 162+105+128=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A26980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26980 is #5D967F. Grayscale: #7C7C7C. Windows color (decimal): -6133376 or 8415650. OLE color: 8415650.

HSL color Cylindrical-coordinate representation of color #A26980: hue angle of 335.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26980 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB162105128-
CMYK00.350.210.36
HSL335.79º23.46%52.35%-
HSV(B)335.79º35.19%63.53%-
XYZ23.8519.3422.9-
YUV124.66129.88154.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=41.01%
G=26.58%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210512800.350.210.36335.7923.4652.35
HexA2698002315241501734
Octal24215120004325445202764
Binary1010001011010011000000001000111010110010010101000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26980; }

 p { color: rgb(162,105,128); }

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

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

 a { background-color: rgb(162,105,128); }

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

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

 span { border-color: rgb(162,105,128); }

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