#A26780

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

Shades of Strikemaster #A26780

Tints of Strikemaster #A26780

Color information

#A26780 (or 0xA26780) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 80. RGB value is (162,103,128). Sum of RGB (Red+Green+Blue) = 162+103+128=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A26780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26780 is #5D987F. Grayscale: #7B7B7B. Windows color (decimal): -6133888 or 8415138. OLE color: 8415138.

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

Color convert

RGB162103128-
CMYK00.360.210.36
HSL334.58º24.08%51.96%-
HSV(B)334.58º36.42%63.53%-
XYZ23.6518.9422.83-
YUV123.49130.55155.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=41.22%
G=26.21%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210312800.360.210.36334.5824.0851.96
HexA26780024152414f1834
Octal24214720004425445173064
Binary1010001011001111000000001001001010110010010100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26780; }

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

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

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

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

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

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

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

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