#A65A81

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

Shades of Strikemaster #A65A81

Tints of Strikemaster #A65A81

Color information

#A65A81 (or 0xA65A81) is unknown color: approx Strikemaster. HEX triplet: A6, 5A and 81. RGB value is (166,90,129). Sum of RGB (Red+Green+Blue) = 166+90+129=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A81 is #59A57E. Grayscale: #757575. Windows color (decimal): -5875071 or 8477350. OLE color: 8477350.

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

Color convert

RGB16690129-
CMYK00.460.220.35
HSL329.21º29.92%50.2%-
HSV(B)329.21º45.78%65.1%-
XYZ23.341722.82-
YUV117.17134.68162.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=43.12%
G=23.38%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669012900.460.220.35329.2129.9250.2
HexA65A8102E16231491e32
Octal24613220105626435113662
Binary1010011010110101000000101011101011010001110100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A81; }

 p { color: rgb(166,90,129); }

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

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

 a { background-color: rgb(166,90,129); }

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

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

 span { border-color: rgb(166,90,129); }

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