#A0678C

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

Shades of Strikemaster #A0678C

Tints of Strikemaster #A0678C

Color information

#A0678C (or 0xA0678C) is unknown color: approx Strikemaster. HEX triplet: A0, 67 and 8C. RGB value is (160,103,140). Sum of RGB (Red+Green+Blue) = 160+103+140=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0678C is #5F9873. Grayscale: #7C7C7C. Windows color (decimal): -6264948 or 9201568. OLE color: 9201568.

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

Color convert

RGB160103140-
CMYK00.360.120.37
HSL321.05º23.08%51.57%-
HSV(B)321.05º35.62%62.75%-
XYZ24.0819.0727.22-
YUV124.26136.88153.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=39.70%
G=25.56%
B=34.74%

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
Decimal16010314000.360.120.37321.0523.0851.57
HexA0678C024C251411734
Octal24014721404414455012764
Binary101000001100111100011000100100110010010110100000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0678C; }

 p { color: rgb(160,103,140); }

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

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

 a { background-color: rgb(160,103,140); }

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

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

 span { border-color: rgb(160,103,140); }

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