#A5698A

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

Shades of Strikemaster #A5698A

Tints of Strikemaster #A5698A

Color information

#A5698A (or 0xA5698A) is unknown color: approx Strikemaster. HEX triplet: A5, 69 and 8A. RGB value is (165,105,138). Sum of RGB (Red+Green+Blue) = 165+105+138=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698A is #5A9675. Grayscale: #7E7E7E. Windows color (decimal): -5936758 or 9071013. OLE color: 9071013.

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

Color convert

RGB165105138-
CMYK00.360.160.35
HSL327º25%52.94%-
HSV(B)327º36.36%64.71%-
XYZ25.1619.9426.57-
YUV126.7134.38155.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=40.44%
G=25.74%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510513800.360.160.353272552.94
HexA5698A02410231471935
Octal24515121204420435073165
Binary1010010111010011000101001001001000010001110100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5698A; }

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

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

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

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

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

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

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

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