#A2607B

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

Shades of Strikemaster #A2607B

Tints of Strikemaster #A2607B

Color information

#A2607B (or 0xA2607B) is unknown color: approx Strikemaster. HEX triplet: A2, 60 and 7B. RGB value is (162,96,123). Sum of RGB (Red+Green+Blue) = 162+96+123=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2607B is #5D9F84. Grayscale: #767676. Windows color (decimal): -6135685 or 8085666. OLE color: 8085666.

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

Color convert

RGB16296123-
CMYK00.410.240.36
HSL335.45º26.19%50.59%-
HSV(B)335.45º40.74%63.53%-
XYZ22.6617.4820.92-
YUV118.81130.37158.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=42.52%
G=25.20%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629612300.410.240.36335.4526.1950.59
HexA2607B029182414f1a33
Octal24214017305130445173263
Binary101000101100000111101101010011100010010010100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2607B; }

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

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

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

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

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

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

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

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