#A0668D

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

Shades of Strikemaster #A0668D

Tints of Strikemaster #A0668D

Color information

#A0668D (or 0xA0668D) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 8D. RGB value is (160,102,141). Sum of RGB (Red+Green+Blue) = 160+102+141=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0668D is #5F9972. Grayscale: #7B7B7B. Windows color (decimal): -6265203 or 9266848. OLE color: 9266848.

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

Color convert

RGB160102141-
CMYK00.360.120.37
HSL319.66º23.39%51.37%-
HSV(B)319.66º36.25%62.75%-
XYZ24.0618.927.58-
YUV123.79137.72153.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=39.70%
G=25.31%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010214100.360.120.37319.6623.3951.37
HexA0668D024C251401733
Octal24014621504414455002763
Binary101000001100110100011010100100110010010110100000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0668D; }

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

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

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

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

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

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

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

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