#A26988

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

Shades of Strikemaster #A26988

Tints of Strikemaster #A26988

Color information

#A26988 (or 0xA26988) is unknown color: approx Strikemaster. HEX triplet: A2, 69 and 88. RGB value is (162,105,136). Sum of RGB (Red+Green+Blue) = 162+105+136=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A26988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26988 is #5D9677. Grayscale: #7D7D7D. Windows color (decimal): -6133368 or 8939938. OLE color: 8939938.

HSL color Cylindrical-coordinate representation of color #A26988: hue angle of 327.37º 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 #A26988 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162105136-
CMYK00.350.160.36
HSL327.37º23.46%52.35%-
HSV(B)327.37º35.19%63.53%-
XYZ24.419.5625.78-
YUV125.58133.88153.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=40.20%
G=26.05%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210513600.350.160.36327.3723.4652.35
HexA2698802310241471734
Octal24215121004320445072764
Binary1010001011010011000100001000111000010010010100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26988; }

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

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

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

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

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

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

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

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