#A65D90

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

Shades of Strikemaster #A65D90

Tints of Strikemaster #A65D90

Color information

#A65D90 (or 0xA65D90) is unknown color: approx Strikemaster. HEX triplet: A6, 5D and 90. RGB value is (166,93,144). Sum of RGB (Red+Green+Blue) = 166+93+144=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D90 is #59A26F. Grayscale: #787878. Windows color (decimal): -5874288 or 9461158. OLE color: 9461158.

HSL color Cylindrical-coordinate representation of color #A65D90: hue angle of 318.08º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D90 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16693144-
CMYK00.440.130.35
HSL318.08º29.08%50.78%-
HSV(B)318.08º43.98%65.1%-
XYZ24.6717.9528.55-
YUV120.64141.18160.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=41.19%
G=23.08%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669314400.440.130.35318.0829.0850.78
HexA65D9002CD2313e1d33
Octal24613522005415434763563
Binary101001101011101100100000101100110110001110011111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D90; }

 p { color: rgb(166,93,144); }

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

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

 a { background-color: rgb(166,93,144); }

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

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

 span { border-color: rgb(166,93,144); }

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