#A65D7E

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

Shades of Strikemaster #A65D7E

Tints of Strikemaster #A65D7E

Color information

#A65D7E (or 0xA65D7E) is unknown color: approx Strikemaster. HEX triplet: A6, 5D and 7E. RGB value is (166,93,126). Sum of RGB (Red+Green+Blue) = 166+93+126=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D7E is #59A281. Grayscale: #767676. Windows color (decimal): -5874306 or 8281510. OLE color: 8281510.

HSL color Cylindrical-coordinate representation of color #A65D7E: hue angle of 332.88º 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 #A65D7E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16693126-
CMYK00.440.240.35
HSL332.88º29.08%50.78%-
HSV(B)332.88º43.98%65.1%-
XYZ23.4117.4421.87-
YUV118.59132.18161.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=43.12%
G=24.16%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669312600.440.240.35332.8829.0850.78
HexA65D7E02C182314d1d33
Octal24613517605430435153563
Binary101001101011101111111001011001100010001110100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D7E; }

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

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

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

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

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

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

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

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