#A0607E

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

Shades of Strikemaster #A0607E

Tints of Strikemaster #A0607E

Color information

#A0607E (or 0xA0607E) is unknown color: approx Strikemaster. HEX triplet: A0, 60 and 7E. RGB value is (160,96,126). Sum of RGB (Red+Green+Blue) = 160+96+126=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0607E is #5F9F81. Grayscale: #767676. Windows color (decimal): -6266754 or 8282272. OLE color: 8282272.

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

Color convert

RGB16096126-
CMYK00.40.210.37
HSL331.88º25.2%50.2%-
HSV(B)331.88º40%62.75%-
XYZ22.4517.3521.9-
YUV118.56132.2157.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=41.88%
G=25.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609612600.40.210.37331.8825.250.2
HexA0607E028152514c1932
Octal24014017605025455143162
Binary101000001100000111111001010001010110010110100110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0607E; }

 p { color: rgb(160,96,126); }

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

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

 a { background-color: rgb(160,96,126); }

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

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

 span { border-color: rgb(160,96,126); }

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