#A2668B

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

Shades of Strikemaster #A2668B

Tints of Strikemaster #A2668B

Color information

#A2668B (or 0xA2668B) is unknown color: approx Strikemaster. HEX triplet: A2, 66 and 8B. RGB value is (162,102,139). Sum of RGB (Red+Green+Blue) = 162+102+139=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2668B is #5D9974. Grayscale: #7C7C7C. Windows color (decimal): -6134133 or 9135778. OLE color: 9135778.

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

Color convert

RGB162102139-
CMYK00.370.140.36
HSL323º24.39%51.76%-
HSV(B)323º37.04%63.53%-
XYZ24.3119.0526.82-
YUV124.16136.38154.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=40.20%
G=25.31%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210213900.370.140.3632324.3951.76
HexA2668B025E241431834
Octal24214621304516445033064
Binary101000101100110100010110100101111010010010100001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2668B; }

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

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

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

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

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

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

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

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