#A26684

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

Shades of Strikemaster #A26684

Tints of Strikemaster #A26684

Color information

#A26684 (or 0xA26684) is unknown color: approx Strikemaster. HEX triplet: A2, 66 and 84. RGB value is (162,102,132). Sum of RGB (Red+Green+Blue) = 162+102+132=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A26684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26684 is #5D997B. Grayscale: #7B7B7B. Windows color (decimal): -6134140 or 8677026. OLE color: 8677026.

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

Color convert

RGB162102132-
CMYK00.370.190.36
HSL330º24.39%51.76%-
HSV(B)330º37.04%63.53%-
XYZ23.8218.8524.21-
YUV123.36132.88155.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=40.91%
G=25.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210213200.370.190.3633024.3951.76
HexA26684025132414a1834
Octal24214620404523445123064
Binary1010001011001101000010001001011001110010010100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26684; }

 p { color: rgb(162,102,132); }

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

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

 a { background-color: rgb(162,102,132); }

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

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

 span { border-color: rgb(162,102,132); }

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