#A65B85

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

Shades of Strikemaster #A65B85

Tints of Strikemaster #A65B85

Color information

#A65B85 (or 0xA65B85) is unknown color: approx Strikemaster. HEX triplet: A6, 5B and 85. RGB value is (166,91,133). Sum of RGB (Red+Green+Blue) = 166+91+133=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B85 is #59A47A. Grayscale: #767676. Windows color (decimal): -5874811 or 8739750. OLE color: 8739750.

HSL color Cylindrical-coordinate representation of color #A65B85: hue angle of 326.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B85 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16691133-
CMYK00.450.200.35
HSL326.4º29.64%50.39%-
HSV(B)326.4º45.18%65.1%-
XYZ23.717.2824.28-
YUV118.21136.35162.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=42.56%
G=23.33%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669113300.450.200.35326.429.6450.39
HexA65B8502D14231461e32
Octal24613320505524435063662
Binary1010011010110111000010101011011010010001110100011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B85; }

 p { color: rgb(166,91,133); }

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

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

 a { background-color: rgb(166,91,133); }

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

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

 span { border-color: rgb(166,91,133); }

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