#A2658A

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

Shades of Strikemaster #A2658A

Tints of Strikemaster #A2658A

Color information

#A2658A (or 0xA2658A) is unknown color: approx Strikemaster. HEX triplet: A2, 65 and 8A. RGB value is (162,101,138). Sum of RGB (Red+Green+Blue) = 162+101+138=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2658A is #5D9A75. Grayscale: #7B7B7B. Windows color (decimal): -6134390 or 9069986. OLE color: 9069986.

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

Color convert

RGB162101138-
CMYK00.380.150.36
HSL323.61º24.7%51.57%-
HSV(B)323.61º37.65%63.53%-
XYZ24.1418.8226.41-
YUV123.46136.21155.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=40.40%
G=25.19%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210113800.380.150.36323.6124.751.57
HexA2658A026F241441934
Octal24214521204617445043164
Binary101000101100101100010100100110111110010010100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2658A; }

 p { color: rgb(162,101,138); }

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

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

 a { background-color: rgb(162,101,138); }

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

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

 span { border-color: rgb(162,101,138); }

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