#A2667F

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

Shades of Strikemaster #A2667F

Tints of Strikemaster #A2667F

Color information

#A2667F (or 0xA2667F) is unknown color: approx Strikemaster. HEX triplet: A2, 66 and 7F. RGB value is (162,102,127). Sum of RGB (Red+Green+Blue) = 162+102+127=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2667F is #5D9980. Grayscale: #7A7A7A. Windows color (decimal): -6134145 or 8349346. OLE color: 8349346.

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

Color convert

RGB162102127-
CMYK00.370.220.36
HSL335º24.39%51.76%-
HSV(B)335º37.04%63.53%-
XYZ23.4818.7222.45-
YUV122.79130.38155.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 127 (50% from 255) = 32.48%
R=41.43%
G=26.09%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210212700.370.220.3633524.3951.76
HexA2667F025162414f1834
Octal24214617704526445173064
Binary101000101100110111111101001011011010010010100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2667F; }

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

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

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

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

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

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

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

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