#A0667D

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

Shades of Strikemaster #A0667D

Tints of Strikemaster #A0667D

Color information

#A0667D (or 0xA0667D) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 7D. RGB value is (160,102,125). Sum of RGB (Red+Green+Blue) = 160+102+125=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0667D is #5F9982. Grayscale: #797979. Windows color (decimal): -6265219 or 8218272. OLE color: 8218272.

HSL color Cylindrical-coordinate representation of color #A0667D: hue angle of 336.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0667D is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB160102125-
CMYK00.360.220.37
HSL336.21º23.39%51.37%-
HSV(B)336.21º36.25%62.75%-
XYZ22.9518.4621.75-
YUV121.96129.72155.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=41.34%
G=26.36%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010212500.360.220.37336.2123.3951.37
HexA0667D02416251501733
Octal24014617504426455202763
Binary101000001100110111110101001001011010010110101000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0667D; }

 p { color: rgb(160,102,125); }

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

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

 a { background-color: rgb(160,102,125); }

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

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

 span { border-color: rgb(160,102,125); }

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