#A65F81

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

Shades of Strikemaster #A65F81

Tints of Strikemaster #A65F81

Color information

#A65F81 (or 0xA65F81) is unknown color: approx Strikemaster. HEX triplet: A6, 5F and 81. RGB value is (166,95,129). Sum of RGB (Red+Green+Blue) = 166+95+129=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F81 is #59A07E. Grayscale: #787878. Windows color (decimal): -5873791 or 8478630. OLE color: 8478630.

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

Color convert

RGB16695129-
CMYK00.430.220.35
HSL331.27º28.51%51.18%-
HSV(B)331.27º42.77%65.1%-
XYZ23.7817.8822.97-
YUV120.1133.02160.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=42.56%
G=24.36%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669512900.430.220.35331.2728.5151.18
HexA65F8102B162314b1d33
Octal24613720105326435133563
Binary1010011010111111000000101010111011010001110100101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F81; }

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

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

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

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

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

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

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

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