#A9608D

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

Shades of Strikemaster #A9608D

Tints of Strikemaster #A9608D

Color information

#A9608D (or 0xA9608D) is unknown color: approx Strikemaster. HEX triplet: A9, 60 and 8D. RGB value is (169,96,141). Sum of RGB (Red+Green+Blue) = 169+96+141=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9608D is #569F72. Grayscale: #7A7A7A. Windows color (decimal): -5676915 or 9265321. OLE color: 9265321.

HSL color Cylindrical-coordinate representation of color #A9608D: hue angle of 323.01º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9608D is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16996141-
CMYK00.430.170.34
HSL323.01º29.8%51.96%-
HSV(B)323.01º43.2%66.27%-
XYZ25.3518.7227.48-
YUV122.96138.18160.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=41.63%
G=23.65%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699614100.430.170.34323.0129.851.96
HexA9608D02B11221431e34
Octal25114021505321425033664
Binary1010100111000001000110101010111000110001010100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9608D; }

 p { color: rgb(169,96,141); }

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

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

 a { background-color: rgb(169,96,141); }

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

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

 span { border-color: rgb(169,96,141); }

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