#A5698B

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

Shades of Strikemaster #A5698B

Tints of Strikemaster #A5698B

Color information

#A5698B (or 0xA5698B) is unknown color: approx Strikemaster. HEX triplet: A5, 69 and 8B. RGB value is (165,105,139). Sum of RGB (Red+Green+Blue) = 165+105+139=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698B is #5A9674. Grayscale: #7E7E7E. Windows color (decimal): -5936757 or 9136549. OLE color: 9136549.

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

Color convert

RGB165105139-
CMYK00.360.160.35
HSL326º25%52.94%-
HSV(B)326º36.36%64.71%-
XYZ25.2319.9726.95-
YUV126.82134.88155.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=40.34%
G=25.67%
B=33.99%

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
Decimal16510513900.360.160.353262552.94
HexA5698B02410231461935
Octal24515121304420435063165
Binary1010010111010011000101101001001000010001110100011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5698B; }

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

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

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

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

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

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

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

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