#A65B88

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

Shades of Strikemaster #A65B88

Tints of Strikemaster #A65B88

Color information

#A65B88 (or 0xA65B88) is unknown color: approx Strikemaster. HEX triplet: A6, 5B and 88. RGB value is (166,91,136). Sum of RGB (Red+Green+Blue) = 166+91+136=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B88 is #59A477. Grayscale: #767676. Windows color (decimal): -5874808 or 8936358. OLE color: 8936358.

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

Color convert

RGB16691136-
CMYK00.450.180.35
HSL324º29.64%50.39%-
HSV(B)324º45.18%65.1%-
XYZ23.9117.3725.38-
YUV118.56137.85161.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=42.24%
G=23.16%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669113600.450.180.3532429.6450.39
HexA65B8802D12231441e32
Octal24613321005522435043662
Binary1010011010110111000100001011011001010001110100010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B88; }

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

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

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

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

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

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

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

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