#A5627F

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

Shades of Strikemaster #A5627F

Tints of Strikemaster #A5627F

Color information

#A5627F (or 0xA5627F) is unknown color: approx Strikemaster. HEX triplet: A5, 62 and 7F. RGB value is (165,98,127). Sum of RGB (Red+Green+Blue) = 165+98+127=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5627F is #5A9D80. Grayscale: #797979. Windows color (decimal): -5938561 or 8348325. OLE color: 8348325.

HSL color Cylindrical-coordinate representation of color #A5627F: hue angle of 334.03º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5627F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16598127-
CMYK00.410.230.35
HSL334.03º27.13%51.57%-
HSV(B)334.03º40.61%64.71%-
XYZ23.7218.2722.35-
YUV121.34131.2159.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 127 (50% from 255) = 32.56%
R=42.31%
G=25.13%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659812700.410.230.35334.0327.1351.57
HexA5627F029172314e1b34
Octal24514217705127435163364
Binary101001011100010111111101010011011110001110100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5627F; }

 p { color: rgb(165,98,127); }

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

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

 a { background-color: rgb(165,98,127); }

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

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

 span { border-color: rgb(165,98,127); }

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