#A0668B

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

Shades of Strikemaster #A0668B

Tints of Strikemaster #A0668B

Color information

#A0668B (or 0xA0668B) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 8B. RGB value is (160,102,139). Sum of RGB (Red+Green+Blue) = 160+102+139=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0668B is #5F9974. Grayscale: #7B7B7B. Windows color (decimal): -6265205 or 9135776. OLE color: 9135776.

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

Color convert

RGB160102139-
CMYK00.360.130.37
HSL321.72º23.39%51.37%-
HSV(B)321.72º36.25%62.75%-
XYZ23.9118.8426.8-
YUV123.56136.72153.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=39.90%
G=25.44%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010213900.360.130.37321.7223.3951.37
HexA0668B024D251421733
Octal24014621304415455022763
Binary101000001100110100010110100100110110010110100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0668B; }

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

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

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

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

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

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

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

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