#A0668A

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

Shades of Strikemaster #A0668A

Tints of Strikemaster #A0668A

Color information

#A0668A (or 0xA0668A) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 8A. RGB value is (160,102,138). Sum of RGB (Red+Green+Blue) = 160+102+138=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0668A is #5F9975. Grayscale: #7B7B7B. Windows color (decimal): -6265206 or 9070240. OLE color: 9070240.

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

Color convert

RGB160102138-
CMYK00.360.140.37
HSL322.76º23.39%51.37%-
HSV(B)322.76º36.25%62.75%-
XYZ23.8418.8126.42-
YUV123.45136.22154.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=40%
G=25.5%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010213800.360.140.37322.7623.3951.37
HexA0668A024E251431733
Octal24014621204416455032763
Binary101000001100110100010100100100111010010110100001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0668A; }

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

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

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

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

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

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

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

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