#A9608B

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

Shades of Strikemaster #A9608B

Tints of Strikemaster #A9608B

Color information

#A9608B (or 0xA9608B) is unknown color: approx Strikemaster. HEX triplet: A9, 60 and 8B. RGB value is (169,96,139). Sum of RGB (Red+Green+Blue) = 169+96+139=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9608B is #569F74. Grayscale: #7A7A7A. Windows color (decimal): -5676917 or 9134249. OLE color: 9134249.

HSL color Cylindrical-coordinate representation of color #A9608B: hue angle of 324.66º 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 #A9608B is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16996139-
CMYK00.430.180.34
HSL324.66º29.8%51.96%-
HSV(B)324.66º43.2%66.27%-
XYZ25.2118.6626.7-
YUV122.73137.18161-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=41.83%
G=23.76%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699613900.430.180.34324.6629.851.96
HexA9608B02B12221451e34
Octal25114021305322425053664
Binary1010100111000001000101101010111001010001010100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9608B; }

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

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

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

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

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

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

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

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