#A2608A

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

Shades of Strikemaster #A2608A

Tints of Strikemaster #A2608A

Color information

#A2608A (or 0xA2608A) is unknown color: approx Strikemaster. HEX triplet: A2, 60 and 8A. RGB value is (162,96,138). Sum of RGB (Red+Green+Blue) = 162+96+138=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A2608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2608A is #5D9F75. Grayscale: #787878. Windows color (decimal): -6135670 or 9068706. OLE color: 9068706.

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

Color convert

RGB16296138-
CMYK00.410.150.36
HSL321.82º26.19%50.59%-
HSV(B)321.82º40.74%63.53%-
XYZ23.6717.8826.25-
YUV120.52137.87157.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=40.91%
G=24.24%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629613800.410.150.36321.8226.1950.59
HexA2608A029F241421a33
Octal24214021205117445023263
Binary101000101100000100010100101001111110010010100001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2608A; }

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

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

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

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

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

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

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

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