#A9618D

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

Shades of Strikemaster #A9618D

Tints of Strikemaster #A9618D

Color information

#A9618D (or 0xA9618D) is unknown color: approx Strikemaster. HEX triplet: A9, 61 and 8D. RGB value is (169,97,141). Sum of RGB (Red+Green+Blue) = 169+97+141=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9618D is #569E72. Grayscale: #7B7B7B. Windows color (decimal): -5676659 or 9265577. OLE color: 9265577.

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

Color convert

RGB16997141-
CMYK00.430.170.34
HSL323.33º29.51%52.16%-
HSV(B)323.33º42.6%66.27%-
XYZ25.4418.9127.51-
YUV123.54137.85160.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=41.52%
G=23.83%
B=34.64%

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
Decimal1699714100.430.170.34323.3329.5152.16
HexA9618D02B11221431e34
Octal25114121505321425033664
Binary1010100111000011000110101010111000110001010100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9618D; }

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

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

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

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

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

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

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

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