#A2677F

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

Shades of Strikemaster #A2677F

Tints of Strikemaster #A2677F

Color information

#A2677F (or 0xA2677F) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 7F. RGB value is (162,103,127). Sum of RGB (Red+Green+Blue) = 162+103+127=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2677F is #5D9880. Grayscale: #7B7B7B. Windows color (decimal): -6133889 or 8349602. OLE color: 8349602.

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

Color convert

RGB162103127-
CMYK00.360.220.36
HSL335.59º24.08%51.96%-
HSV(B)335.59º36.42%63.53%-
XYZ23.5818.9122.49-
YUV123.38130.05155.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 127 (50% from 255) = 32.40%
R=41.33%
G=26.28%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210312700.360.220.36335.5924.0851.96
HexA2677F02416241501834
Octal24214717704426445203064
Binary101000101100111111111101001001011010010010101000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2677F; }

 p { color: rgb(162,103,127); }

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

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

 a { background-color: rgb(162,103,127); }

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

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

 span { border-color: rgb(162,103,127); }

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