#A65F84

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

Shades of Strikemaster #A65F84

Tints of Strikemaster #A65F84

Color information

#A65F84 (or 0xA65F84) is unknown color: approx Strikemaster. HEX triplet: A6, 5F and 84. RGB value is (166,95,132). Sum of RGB (Red+Green+Blue) = 166+95+132=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F84 is #59A07B. Grayscale: #787878. Windows color (decimal): -5873788 or 8675238. OLE color: 8675238.

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

Color convert

RGB16695132-
CMYK00.430.200.35
HSL328.73º28.51%51.18%-
HSV(B)328.73º42.77%65.1%-
XYZ23.9817.9624.03-
YUV120.45134.52160.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=42.24%
G=24.17%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669513200.430.200.35328.7328.5151.18
HexA65F8402B14231491d33
Octal24613720405324435113563
Binary1010011010111111000010001010111010010001110100100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F84; }

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

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

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

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

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

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

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

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