#A05A7F

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

Shades of Strikemaster #A05A7F

Tints of Strikemaster #A05A7F

Color information

#A05A7F (or 0xA05A7F) is unknown color: approx Strikemaster. HEX triplet: A0, 5A and 7F. RGB value is (160,90,127). Sum of RGB (Red+Green+Blue) = 160+90+127=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A7F is #5FA580. Grayscale: #737373. Windows color (decimal): -6268289 or 8346272. OLE color: 8346272.

HSL color Cylindrical-coordinate representation of color #A05A7F: hue angle of 328.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05A7F is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16090127-
CMYK00.440.210.37
HSL328.29º28%49.02%-
HSV(B)328.29º43.75%62.75%-
XYZ21.9816.3222.07-
YUV115.15134.69159.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 127 (50% from 255) = 33.69%
R=42.44%
G=23.87%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609012700.440.210.37328.292849.02
HexA05A7F02C15251481c31
Octal24013217705425455103461
Binary101000001011010111111101011001010110010110100100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A7F; }

 p { color: rgb(160,90,127); }

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

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

 a { background-color: rgb(160,90,127); }

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

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

 span { border-color: rgb(160,90,127); }

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