#A9608A

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

Shades of Strikemaster #A9608A

Tints of Strikemaster #A9608A

Color information

#A9608A (or 0xA9608A) is unknown color: approx Strikemaster. HEX triplet: A9, 60 and 8A. RGB value is (169,96,138). Sum of RGB (Red+Green+Blue) = 169+96+138=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A9608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9608A is #569F75. Grayscale: #7A7A7A. Windows color (decimal): -5676918 or 9068713. OLE color: 9068713.

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

Color convert

RGB16996138-
CMYK00.430.180.34
HSL325.48º29.8%51.96%-
HSV(B)325.48º43.2%66.27%-
XYZ25.1318.6426.32-
YUV122.62136.68161.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=41.94%
G=23.82%
B=34.24%

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
Decimal1699613800.430.180.34325.4829.851.96
HexA9608A02B12221451e34
Octal25114021205322425053664
Binary1010100111000001000101001010111001010001010100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9608A; }

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

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

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

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

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

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

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

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