#A5668B

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

Shades of Strikemaster #A5668B

Tints of Strikemaster #A5668B

Color information

#A5668B (or 0xA5668B) is unknown color: approx Strikemaster. HEX triplet: A5, 66 and 8B. RGB value is (165,102,139). Sum of RGB (Red+Green+Blue) = 165+102+139=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5668B is #5A9974. Grayscale: #7C7C7C. Windows color (decimal): -5937525 or 9135781. OLE color: 9135781.

HSL color Cylindrical-coordinate representation of color #A5668B: hue angle of 324.76º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5668B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165102139-
CMYK00.380.160.35
HSL324.76º25.93%52.35%-
HSV(B)324.76º38.18%64.71%-
XYZ24.9319.3726.85-
YUV125.06135.87156.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=40.64%
G=25.12%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510213900.380.160.35324.7625.9352.35
HexA5668B02610231451a34
Octal24514621304620435053264
Binary1010010111001101000101101001101000010001110100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5668B; }

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

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

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

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

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

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

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

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