#A26380

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

Shades of Strikemaster #A26380

Tints of Strikemaster #A26380

Color information

#A26380 (or 0xA26380) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 80. RGB value is (162,99,128). Sum of RGB (Red+Green+Blue) = 162+99+128=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A26380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26380 is #5D9C7F. Grayscale: #797979. Windows color (decimal): -6134912 or 8414114. OLE color: 8414114.

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

Color convert

RGB16299128-
CMYK00.390.210.36
HSL332.38º25.3%51.18%-
HSV(B)332.38º38.89%63.53%-
XYZ23.2618.1622.7-
YUV121.14131.87157.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=41.65%
G=25.45%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629912800.390.210.36332.3825.351.18
HexA26380027152414c1933
Octal24214320004725445143163
Binary1010001011000111000000001001111010110010010100110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26380; }

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

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

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

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

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

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

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

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