#A5668A

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

Shades of Strikemaster #A5668A

Tints of Strikemaster #A5668A

Color information

#A5668A (or 0xA5668A) is unknown color: approx Strikemaster. HEX triplet: A5, 66 and 8A. RGB value is (165,102,138). Sum of RGB (Red+Green+Blue) = 165+102+138=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5668A is #5A9975. Grayscale: #7C7C7C. Windows color (decimal): -5937526 or 9070245. OLE color: 9070245.

HSL color Cylindrical-coordinate representation of color #A5668A: hue angle of 325.71º 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 #A5668A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165102138-
CMYK00.380.160.35
HSL325.71º25.93%52.35%-
HSV(B)325.71º38.18%64.71%-
XYZ24.8619.3426.47-
YUV124.94135.37156.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=40.74%
G=25.19%
B=34.07%

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
Decimal16510213800.380.160.35325.7125.9352.35
HexA5668A02610231461a34
Octal24514621204620435063264
Binary1010010111001101000101001001101000010001110100011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5668A; }

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

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

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

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

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

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

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

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